Html Css Color HEX #26046E Persian Indigo

📋 copy color: '#26046E'

red 38 ◦ green 4 ◦ blue 110

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

Shades of Persian Indigo #26046E

Tints of Persian Indigo #26046E

RGB

 RED value IS 38 (15.23% from 255) = 25%

 GREEN value IS 4 (1.95% from 255) = 2.63%

 BLUE value IS 110 (43.36% from 255) = 72.37%

R = 25%
G = 2.63%
B = 72.37%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#26046E (or 0x26046E) is known color: Persian Indigo. HEX triplet: 26, 04 and 6E. RGB value is (38,4,110). Sum of RGB (Red+Green+Blue) = 38+4+110=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 110 (43.36% from 255 or 72.37% from 152); Max value from RGB is 110 - color contains mainly: blue. Hex color #26046E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26046E is #D9FB91. Grayscale: #191919. Windows color (decimal): -14285714 or 7210022. OLE color: 7210022.

HSL color Cylindrical-coordinate representation of color #26046E: hue angle of 259.25º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #26046E is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 38 4 110 -
CMYK 0.65 0.96 0 0.57
HSL 259.25º 0.93% 0.22% -
HSV(B) 259.25º 0.96% 0.43% -
XYZ 3.66 1.62 14.87 -
YUV 26.25 175.26 136.38 -
System Red Green Blue C M Y K H S L
Decimal 38 4 110 0.65 0.96 0 0.57 259.25 0.93 0.22
Hex 26 4 6E 41 60 0 39 103 5D 16
Octal 46 4 156 101 140 0 71 403 135 26
Binary 100110 100 1101110 1000001 1100000 0 111001 100000011 1011101 10110

Color Harmonies of #26046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26046E

Black with #26046E

Text Example


Text Example

White with #26046E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,4,110); }

 H1.HeaderClassName
 {
   color: #26046E;
 }
 .AnyTagClassName
 {
   color: #26046E;
 }
</style>

background-color css

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

 a { background-color: rgb(38,4,110); }

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

border-color css

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

 span { border-color: rgb(38,4,110); }

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