Html Css Color HEX #42076A Indigo

📋 copy color: '#42076A'

red 66 ◦ green 7 ◦ blue 106

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

Shades of Indigo #42076A

Tints of Indigo #42076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.91%

 BLUE value IS 106 (41.8% from 255) = 59.22%

R = 36.87%
G = 3.91%
B = 59.22%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42076A (or 0x42076A) is known color: Indigo. HEX triplet: 42, 07 and 6A. RGB value is (66,7,106). Sum of RGB (Red+Green+Blue) = 66+7+106=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #42076A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42076A is #BDF895. Grayscale: #232323. Windows color (decimal): -12449942 or 6948674. OLE color: 6948674.

HSL color Cylindrical-coordinate representation of color #42076A: hue angle of 275.76º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42076A is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 7 106 -
CMYK 0.38 0.93 0 0.58
HSL 275.76º 0.88% 0.22% -
HSV(B) 275.76º 0.93% 0.42% -
XYZ 4.92 2.35 13.83 -
YUV 35.93 167.55 149.45 -
System Red Green Blue C M Y K H S L
Decimal 66 7 106 0.38 0.93 0 0.58 275.76 0.88 0.22
Hex 42 7 6A 26 5D 0 3A 114 58 16
Octal 102 7 152 46 135 0 72 424 130 26
Binary 1000010 111 1101010 100110 1011101 0 111010 100010100 1011000 10110

Color Harmonies of #42076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42076A

Black with #42076A

Text Example


Text Example

White with #42076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42076A; }

 p { color: rgb(66,7,106); }

 H1.HeaderClassName
 {
   color: #42076A;
 }
 .AnyTagClassName
 {
   color: #42076A;
 }
</style>

background-color css

<style>
 a { background-color: #42076A; }

 a { background-color: rgb(66,7,106); }

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

border-color css

<style>
 span { border-color: #42076A; }

 span { border-color: rgb(66,7,106); }

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