Html Css Color HEX #26036E Persian Indigo

📋 copy color: '#26036E'

red 38 ◦ green 3 ◦ blue 110

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

Shades of Persian Indigo #26036E

Tints of Persian Indigo #26036E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.99%

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

R = 25.17%
G = 1.99%
B = 72.85%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#26036E (or 0x26036E) is known color: Persian Indigo. HEX triplet: 26, 03 and 6E. RGB value is (38,3,110). Sum of RGB (Red+Green+Blue) = 38+3+110=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 110 (43.36% from 255 or 72.85% from 151); Max value from RGB is 110 - color contains mainly: blue. Hex color #26036E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26036E is #D9FC91. Grayscale: #191919. Windows color (decimal): -14285970 or 7209766. OLE color: 7209766.

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

Color convert

RGB 38 3 110 -
CMYK 0.65 0.97 0 0.57
HSL 259.63º 0.95% 0.22% -
HSV(B) 259.63º 0.97% 0.43% -
XYZ 3.65 1.6 14.87 -
YUV 25.66 175.6 136.8 -
System Red Green Blue C M Y K H S L
Decimal 38 3 110 0.65 0.97 0 0.57 259.63 0.95 0.22
Hex 26 3 6E 41 61 0 39 104 5F 16
Octal 46 3 156 101 141 0 71 404 137 26
Binary 100110 11 1101110 1000001 1100001 0 111001 100000100 1011111 10110

Color Harmonies of #26036E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26036E

Black with #26036E

Text Example


Text Example

White with #26036E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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