#26167B

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

Shades of Persian Indigo #26167B

Tints of Persian Indigo #26167B

Color information

#26167B (or 0x26167B) is unknown color: approx Persian Indigo. HEX triplet: 26, 16 and 7B. RGB value is (38,22,123). Sum of RGB (Red+Green+Blue) = 38+22+123=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 123 (48.44% from 255 or 67.21% from 183); Max value from RGB is 123 - color contains mainly: blue. Hex color #26167B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26167B is #D9E984. Grayscale: #252525. Windows color (decimal): -14281093 or 8066598. OLE color: 8066598.

HSL color Cylindrical-coordinate representation of color #26167B: hue angle of 249.5º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26167B is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3822123-
CMYK0.690.8200.52
HSL249.5º69.66%28.43%-
HSV(B)249.5º82.11%48.24%-
XYZ4.662.4218.96-
YUV38.3175.8127.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.77%
GREEN value IS 22 (8.98% from 255) = 12.02%
BLUE value IS 123 (48.44% from 255) = 67.21%
R=20.77%
G=12.02%
B=67.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38221230.690.8200.52249.569.6628.43
Hex26167B4552034fa461c
Octal462617310512206437210634
Binary10011010110111101110001011010010011010011111010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26167B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26167B; }

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

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

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

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

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

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

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

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