#261673

Color #261673 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #261673

Tints of Persian Indigo #261673

Color information

#261673 (or 0x261673) is unknown color: approx Persian Indigo. HEX triplet: 26, 16 and 73. RGB value is (38,22,115). Sum of RGB (Red+Green+Blue) = 38+22+115=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #261673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261673 is #D9E98C. Grayscale: #252525. Windows color (decimal): -14281101 or 7542310. OLE color: 7542310.

HSL color Cylindrical-coordinate representation of color #261673: hue angle of 250.32º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #261673 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3822115-
CMYK0.670.8100.55
HSL250.32º67.88%26.86%-
HSV(B)250.32º80.87%45.1%-
XYZ4.182.2216.43-
YUV37.39171.8128.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 21.71%
GREEN value IS 22 (8.98% from 255) = 12.57%
BLUE value IS 115 (45.31% from 255) = 65.71%
R=21.71%
G=12.57%
B=65.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38221150.670.8100.55250.3267.8826.86
Hex2616734351037fa441b
Octal462616310312106737210433
Binary10011010110111001110000111010001011011111111010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261673; }

 p { color: rgb(38,22,115); }

 H1.HeaderClassName
 {
   color: #261673;
 }
 .AnyTagClassName
 {
   color: #261673;
 }
</style>
background-color css

<style>
 a { background-color: #261673; }

 a { background-color: rgb(38,22,115); }

 div.DivClassName
 {
   background-color: #261673;
 }
 .BgClassName
 {
   background-color: #261673;
 }
</style>
border-color css

<style>
 span { border-color: #261673; }

 span { border-color: rgb(38,22,115); }

 td.TdClassName
 {
   border-color: #261673;
 }
 .TagClassName
 {
   border-color: #261673;
 }
</style>