#26005e

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

Shades of Persian Indigo #26005E

Tints of Persian Indigo #26005E

Color information

#26005E (or 0x26005E) is unknown color: approx Persian Indigo. HEX triplet: 26, 00 and 5E. RGB value is (38,0,94). Sum of RGB (Red+Green+Blue) = 38+0+94=132 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.79% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 94 (37.11% from 255 or 71.21% from 132); Max value from RGB is 94 - color contains mainly: blue. Hex color #26005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26005E is #D9FFA1. Grayscale: #151515. Windows color (decimal): -14286754 or 6160422. OLE color: 6160422.

HSL color Cylindrical-coordinate representation of color #26005E: hue angle of 264.26º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #26005E is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB38094-
CMYK0.60100.63
HSL264.26º100%18.43%-
HSV(B)264.26º100%36.86%-
XYZ2.821.2210.68-
YUV22.08168.59139.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 71.21%
R=28.79%
G=0%
B=71.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal380940.60100.63264.2610018.43
Hex2605E3C6403F1086412
Octal4601367414407741014422
Binary1001100101111011110011001000111111100001000110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26005e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26005e; }

 p { color: rgb(38,0,94); }

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

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

 a { background-color: rgb(38,0,94); }

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

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

 span { border-color: rgb(38,0,94); }

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