Html Css Color HEX #420378 Indigo

📋 copy color: '#420378'

red 66 ◦ green 3 ◦ blue 120

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

Shades of Indigo #420378

Tints of Indigo #420378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 63.49%

R = 34.92%
G = 1.59%
B = 63.49%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#420378 (or 0x420378) is known color: Indigo. HEX triplet: 42, 03 and 78. RGB value is (66,3,120). Sum of RGB (Red+Green+Blue) = 66+3+120=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 120 (47.27% from 255 or 63.49% from 189); Max value from RGB is 120 - color contains mainly: blue. Hex color #420378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420378 is #BDFC87. Grayscale: #222222. Windows color (decimal): -12450952 or 7865154. OLE color: 7865154.

HSL color Cylindrical-coordinate representation of color #420378: hue angle of 272.31º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420378 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 3 120 -
CMYK 0.45 0.98 0 0.53
HSL 272.31º 0.95% 0.24% -
HSV(B) 272.31º 0.98% 0.47% -
XYZ 5.67 2.58 17.97 -
YUV 35.18 175.87 149.99 -
System Red Green Blue C M Y K H S L
Decimal 66 3 120 0.45 0.98 0 0.53 272.31 0.95 0.24
Hex 42 3 78 2D 62 0 35 110 5F 18
Octal 102 3 170 55 142 0 65 420 137 30
Binary 1000010 11 1111000 101101 1100010 0 110101 100010000 1011111 11000

Color Harmonies of #420378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420378

Black with #420378

Text Example


Text Example

White with #420378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420378; }

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

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

background-color css

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

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

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

border-color css

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

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

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