Html Css Color HEX #420467 Indigo

📋 copy color: '#420467'

red 66 ◦ green 4 ◦ blue 103

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

Shades of Indigo #420467

Tints of Indigo #420467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 59.54%

R = 38.15%
G = 2.31%
B = 59.54%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#420467 (or 0x420467) is known color: Indigo. HEX triplet: 42, 04 and 67. RGB value is (66,4,103). Sum of RGB (Red+Green+Blue) = 66+4+103=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 103 (40.62% from 255 or 59.54% from 173); Max value from RGB is 103 - color contains mainly: blue. Hex color #420467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420467 is #BDFB98. Grayscale: #212121. Windows color (decimal): -12450713 or 6751298. OLE color: 6751298.

HSL color Cylindrical-coordinate representation of color #420467: hue angle of 277.58º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420467 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 4 103 -
CMYK 0.36 0.96 0 0.60
HSL 277.58º 0.93% 0.21% -
HSV(B) 277.58º 0.96% 0.4% -
XYZ 4.74 2.22 13.01 -
YUV 33.82 167.04 150.95 -
System Red Green Blue C M Y K H S L
Decimal 66 4 103 0.36 0.96 0 0.60 277.58 0.93 0.21
Hex 42 4 67 24 60 0 3C 116 5D 15
Octal 102 4 147 44 140 0 74 426 135 25
Binary 1000010 100 1100111 100100 1100000 0 111100 100010110 1011101 10101

Color Harmonies of #420467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420467

Black with #420467

Text Example


Text Example

White with #420467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420467; }

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

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

background-color css

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

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

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

border-color css

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

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

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