Html Css Color HEX #42046C Indigo

📋 copy color: '#42046C'

red 66 ◦ green 4 ◦ blue 108

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

Shades of Indigo #42046C

Tints of Indigo #42046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 60.67%

R = 37.08%
G = 2.25%
B = 60.67%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42046C (or 0x42046C) is known color: Indigo. HEX triplet: 42, 04 and 6C. RGB value is (66,4,108). Sum of RGB (Red+Green+Blue) = 66+4+108=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 108 (42.58% from 255 or 60.67% from 178); Max value from RGB is 108 - color contains mainly: blue. Hex color #42046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42046C is #BDFB93. Grayscale: #222222. Windows color (decimal): -12450708 or 7078978. OLE color: 7078978.

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

Color convert

RGB 66 4 108 -
CMYK 0.39 0.96 0 0.58
HSL 275.77º 0.93% 0.22% -
HSV(B) 275.77º 0.96% 0.42% -
XYZ 5 2.33 14.37 -
YUV 34.39 169.54 150.54 -
System Red Green Blue C M Y K H S L
Decimal 66 4 108 0.39 0.96 0 0.58 275.77 0.93 0.22
Hex 42 4 6C 27 60 0 3A 114 5D 16
Octal 102 4 154 47 140 0 72 424 135 26
Binary 1000010 100 1101100 100111 1100000 0 111010 100010100 1011101 10110

Color Harmonies of #42046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42046C

Black with #42046C

Text Example


Text Example

White with #42046C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42046C; }

 p { color: rgb(66,4,108); }

 H1.HeaderClassName
 {
   color: #42046C;
 }
 .AnyTagClassName
 {
   color: #42046C;
 }
</style>

background-color css

<style>
 a { background-color: #42046C; }

 a { background-color: rgb(66,4,108); }

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

border-color css

<style>
 span { border-color: #42046C; }

 span { border-color: rgb(66,4,108); }

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