Html Css Color HEX #420469 Indigo

📋 copy color: '#420469'

red 66 ◦ green 4 ◦ blue 105

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

Shades of Indigo #420469

Tints of Indigo #420469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 60%

R = 37.71%
G = 2.29%
B = 60%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#420469 (or 0x420469) is known color: Indigo. HEX triplet: 42, 04 and 69. RGB value is (66,4,105). Sum of RGB (Red+Green+Blue) = 66+4+105=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 105 (41.41% from 255 or 60% from 175); Max value from RGB is 105 - color contains mainly: blue. Hex color #420469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420469 is #BDFB96. Grayscale: #212121. Windows color (decimal): -12450711 or 6882370. OLE color: 6882370.

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

Color convert

RGB 66 4 105 -
CMYK 0.37 0.96 0 0.59
HSL 276.83º 0.93% 0.21% -
HSV(B) 276.83º 0.96% 0.41% -
XYZ 4.84 2.27 13.55 -
YUV 34.05 168.04 150.79 -
System Red Green Blue C M Y K H S L
Decimal 66 4 105 0.37 0.96 0 0.59 276.83 0.93 0.21
Hex 42 4 69 25 60 0 3B 115 5D 15
Octal 102 4 151 45 140 0 73 425 135 25
Binary 1000010 100 1101001 100101 1100000 0 111011 100010101 1011101 10101

Color Harmonies of #420469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420469

Black with #420469

Text Example


Text Example

White with #420469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420469; }

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

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

background-color css

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

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

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

border-color css

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

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

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