Html Css Color HEX #42027E Indigo

📋 copy color: '#42027E'

red 66 ◦ green 2 ◦ blue 126

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

Shades of Indigo #42027E

Tints of Indigo #42027E

RGB

 RED value IS 66 (26.17% from 255) = 34.02%

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

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

R = 34.02%
G = 1.03%
B = 64.95%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42027E (or 0x42027E) is known color: Indigo. HEX triplet: 42, 02 and 7E. RGB value is (66,2,126). Sum of RGB (Red+Green+Blue) = 66+2+126=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 126 (49.61% from 255 or 64.95% from 194); Max value from RGB is 126 - color contains mainly: blue. Hex color #42027E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42027E is #BDFD81. Grayscale: #222222. Windows color (decimal): -12451202 or 8258114. OLE color: 8258114.

HSL color Cylindrical-coordinate representation of color #42027E: hue angle of 270.97º 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 #42027E is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 2 126 -
CMYK 0.48 0.98 0 0.51
HSL 270.97º 0.97% 0.25% -
HSV(B) 270.97º 0.98% 0.49% -
XYZ 6.03 2.71 19.94 -
YUV 35.27 179.2 149.92 -
System Red Green Blue C M Y K H S L
Decimal 66 2 126 0.48 0.98 0 0.51 270.97 0.97 0.25
Hex 42 2 7E 30 62 0 33 10F 61 19
Octal 102 2 176 60 142 0 63 417 141 31
Binary 1000010 10 1111110 110000 1100010 0 110011 100001111 1100001 11001

Color Harmonies of #42027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42027E

Black with #42027E

Text Example


Text Example

White with #42027E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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