Html Css Color HEX #42037C Indigo

📋 copy color: '#42037C'

red 66 ◦ green 3 ◦ blue 124

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

Shades of Indigo #42037C

Tints of Indigo #42037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.55%

 BLUE value IS 124 (48.83% from 255) = 64.25%

R = 34.2%
G = 1.55%
B = 64.25%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42037C (or 0x42037C) is known color: Indigo. HEX triplet: 42, 03 and 7C. RGB value is (66,3,124). Sum of RGB (Red+Green+Blue) = 66+3+124=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #42037C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42037C is #BDFC83. Grayscale: #232323. Windows color (decimal): -12450948 or 8127298. OLE color: 8127298.

HSL color Cylindrical-coordinate representation of color #42037C: hue angle of 271.24º degrees, saturation: 0.95, 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 #42037C is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 3 124 -
CMYK 0.47 0.98 0 0.51
HSL 271.24º 0.95% 0.25% -
HSV(B) 271.24º 0.98% 0.49% -
XYZ 5.92 2.68 19.27 -
YUV 35.63 177.87 149.66 -
System Red Green Blue C M Y K H S L
Decimal 66 3 124 0.47 0.98 0 0.51 271.24 0.95 0.25
Hex 42 3 7C 2F 62 0 33 10F 5F 19
Octal 102 3 174 57 142 0 63 417 137 31
Binary 1000010 11 1111100 101111 1100010 0 110011 100001111 1011111 11001

Color Harmonies of #42037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42037C

Black with #42037C

Text Example


Text Example

White with #42037C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,3,124); }

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

background-color css

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

 a { background-color: rgb(66,3,124); }

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

border-color css

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

 span { border-color: rgb(66,3,124); }

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