Html Css Color HEX #26005E Persian Indigo

📋 copy color: '#26005E'

red 38 ◦ green 0 ◦ blue 94

#26005E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #26005E

Tints of Persian Indigo #26005E

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 value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#26005E (or 0x26005E) is known color: 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

RGB 38 0 94 -
CMYK 0.60 1 0 0.63
HSL 264.26º 1% 0.18% -
HSV(B) 264.26º 1% 0.37% -
XYZ 2.82 1.22 10.68 -
YUV 22.08 168.59 139.36 -
System Red Green Blue C M Y K H S L
Decimal 38 0 94 0.60 1 0 0.63 264.26 1 0.18
Hex 26 0 5E 3C 64 0 3F 108 64 12
Octal 46 0 136 74 144 0 77 410 144 22
Binary 100110 0 1011110 111100 1100100 0 111111 100001000 1100100 10010

Color Harmonies of #26005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26005E

Black with #26005E

Text Example


Text Example

White with #26005E

Text Example


Text Example

HTML Codes & Css Web 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>