Html Css Color HEX #26047E Persian Indigo

📋 copy color: '#26047E'

red 38 ◦ green 4 ◦ blue 126

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

Shades of Persian Indigo #26047E

Tints of Persian Indigo #26047E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 75%

R = 22.62%
G = 2.38%
B = 75%

CMYK

 C value IS 0.70

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#26047E (or 0x26047E) is known color: Persian Indigo. HEX triplet: 26, 04 and 7E. RGB value is (38,4,126). Sum of RGB (Red+Green+Blue) = 38+4+126=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 126 (49.61% from 255 or 75% from 168); Max value from RGB is 126 - color contains mainly: blue. Hex color #26047E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26047E is #D9FB81. Grayscale: #1B1B1B. Windows color (decimal): -14285698 or 8258598. OLE color: 8258598.

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

Color convert

RGB 38 4 126 -
CMYK 0.70 0.97 0 0.51
HSL 256.72º 0.94% 0.25% -
HSV(B) 256.72º 0.97% 0.49% -
XYZ 4.61 2.01 19.88 -
YUV 28.07 183.26 135.08 -
System Red Green Blue C M Y K H S L
Decimal 38 4 126 0.70 0.97 0 0.51 256.72 0.94 0.25
Hex 26 4 7E 46 61 0 33 101 5E 19
Octal 46 4 176 106 141 0 63 401 136 31
Binary 100110 100 1111110 1000110 1100001 0 110011 100000001 1011110 11001

Color Harmonies of #26047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26047E

Black with #26047E

Text Example


Text Example

White with #26047E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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