Html Css Color HEX #42028C Indigo

📋 copy color: '#42028C'

red 66 ◦ green 2 ◦ blue 140

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

Shades of Indigo #42028C

Tints of Indigo #42028C

RGB

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

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

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

R = 31.73%
G = 0.96%
B = 67.31%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42028C (or 0x42028C) is known color: Indigo. HEX triplet: 42, 02 and 8C. RGB value is (66,2,140). Sum of RGB (Red+Green+Blue) = 66+2+140=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 140 (55.08% from 255 or 67.31% from 208); Max value from RGB is 140 - color contains mainly: blue. Hex color #42028C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42028C is #BDFD73. Grayscale: #242424. Windows color (decimal): -12451188 or 9175618. OLE color: 9175618.

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

Color convert

RGB 66 2 140 -
CMYK 0.53 0.99 0 0.45
HSL 267.83º 0.97% 0.28% -
HSV(B) 267.83º 0.99% 0.55% -
XYZ 7 3.1 25.04 -
YUV 36.87 186.2 148.78 -
System Red Green Blue C M Y K H S L
Decimal 66 2 140 0.53 0.99 0 0.45 267.83 0.97 0.28
Hex 42 2 8C 35 63 0 2D 10C 61 1C
Octal 102 2 214 65 143 0 55 414 141 34
Binary 1000010 10 10001100 110101 1100011 0 101101 100001100 1100001 11100

Color Harmonies of #42028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42028C

Black with #42028C

Text Example


Text Example

White with #42028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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