#26157E

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

Shades of Persian Indigo #26157E

Tints of Persian Indigo #26157E

Color information

#26157E (or 0x26157E) is unknown color: approx Persian Indigo. HEX triplet: 26, 15 and 7E. RGB value is (38,21,126). Sum of RGB (Red+Green+Blue) = 38+21+126=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 126 (49.61% from 255 or 68.11% from 185); Max value from RGB is 126 - color contains mainly: blue. Hex color #26157E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26157E is #D9EA81. Grayscale: #252525. Windows color (decimal): -14281346 or 8262950. OLE color: 8262950.

HSL color Cylindrical-coordinate representation of color #26157E: hue angle of 249.71º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26157E is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3821126-
CMYK0.700.8300.51
HSL249.71º71.43%28.82%-
HSV(B)249.71º83.33%49.41%-
XYZ4.832.4519.96-
YUV38.05177.63127.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.54%
GREEN value IS 21 (8.59% from 255) = 11.35%
BLUE value IS 126 (49.61% from 255) = 68.11%
R=20.54%
G=11.35%
B=68.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38211260.700.8300.51249.7171.4328.82
Hex26157E4653033fa471d
Octal462517610612306337210735
Binary10011010101111111010001101010011011001111111010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26157E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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