#26157B

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

Shades of Persian Indigo #26157B

Tints of Persian Indigo #26157B

Color information

#26157B (or 0x26157B) is unknown color: approx Persian Indigo. HEX triplet: 26, 15 and 7B. RGB value is (38,21,123). Sum of RGB (Red+Green+Blue) = 38+21+123=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 123 (48.44% from 255 or 67.58% from 182); Max value from RGB is 123 - color contains mainly: blue. Hex color #26157B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26157B is #D9EA84. Grayscale: #252525. Windows color (decimal): -14281349 or 8066342. OLE color: 8066342.

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

Color convert

RGB3821123-
CMYK0.690.8300.52
HSL250º70.83%28.24%-
HSV(B)250º82.93%48.24%-
XYZ4.642.3818.95-
YUV37.71176.13128.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.88%
GREEN value IS 21 (8.59% from 255) = 11.54%
BLUE value IS 123 (48.44% from 255) = 67.58%
R=20.88%
G=11.54%
B=67.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38211230.690.8300.5225070.8328.24
Hex26157B4553034fa471c
Octal462517310512306437210734
Binary10011010101111101110001011010011011010011111010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26157B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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