Html Css Color HEX #42048C Indigo

📋 copy color: '#42048C'

red 66 ◦ green 4 ◦ blue 140

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

Shades of Indigo #42048C

Tints of Indigo #42048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 66.67%

R = 31.43%
G = 1.9%
B = 66.67%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42048C (or 0x42048C) is known color: Indigo. HEX triplet: 42, 04 and 8C. RGB value is (66,4,140). Sum of RGB (Red+Green+Blue) = 66+4+140=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 140 (55.08% from 255 or 66.67% from 210); Max value from RGB is 140 - color contains mainly: blue. Hex color #42048C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42048C is #BDFB73. Grayscale: #252525. Windows color (decimal): -12450676 or 9176130. OLE color: 9176130.

HSL color Cylindrical-coordinate representation of color #42048C: hue angle of 267.35º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42048C is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 4 140 -
CMYK 0.53 0.97 0 0.45
HSL 267.35º 0.94% 0.28% -
HSV(B) 267.35º 0.97% 0.55% -
XYZ 7.02 3.14 25.05 -
YUV 38.04 185.54 147.94 -
System Red Green Blue C M Y K H S L
Decimal 66 4 140 0.53 0.97 0 0.45 267.35 0.94 0.28
Hex 42 4 8C 35 61 0 2D 10B 5E 1C
Octal 102 4 214 65 141 0 55 413 136 34
Binary 1000010 100 10001100 110101 1100001 0 101101 100001011 1011110 11100

Color Harmonies of #42048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42048C

Black with #42048C

Text Example


Text Example

White with #42048C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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