Html Css Color HEX #26027E Persian Indigo

📋 copy color: '#26027E'

red 38 ◦ green 2 ◦ blue 126

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

Shades of Persian Indigo #26027E

Tints of Persian Indigo #26027E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

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

R = 22.89%
G = 1.2%
B = 75.9%

CMYK

 C value IS 0.70

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#26027E (or 0x26027E) is known color: Persian Indigo. HEX triplet: 26, 02 and 7E. RGB value is (38,2,126). Sum of RGB (Red+Green+Blue) = 38+2+126=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 126 (49.61% from 255 or 75.90% from 166); Max value from RGB is 126 - color contains mainly: blue. Hex color #26027E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26027E is #D9FD81. Grayscale: #1A1A1A. Windows color (decimal): -14286210 or 8258086. OLE color: 8258086.

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

Color convert

RGB 38 2 126 -
CMYK 0.70 0.98 0 0.51
HSL 257.42º 0.97% 0.25% -
HSV(B) 257.42º 0.98% 0.49% -
XYZ 4.59 1.96 19.88 -
YUV 26.9 183.93 135.92 -
System Red Green Blue C M Y K H S L
Decimal 38 2 126 0.70 0.98 0 0.51 257.42 0.97 0.25
Hex 26 2 7E 46 62 0 33 101 61 19
Octal 46 2 176 106 142 0 63 401 141 31
Binary 100110 10 1111110 1000110 1100010 0 110011 100000001 1100001 11001

Color Harmonies of #26027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26027E

Black with #26027E

Text Example


Text Example

White with #26027E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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