Html Css Color HEX #420463 Indigo

📋 copy color: '#420463'

red 66 ◦ green 4 ◦ blue 99

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

Shades of Indigo #420463

Tints of Indigo #420463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 58.58%

R = 39.05%
G = 2.37%
B = 58.58%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#420463 (or 0x420463) is known color: Indigo. HEX triplet: 42, 04 and 63. RGB value is (66,4,99). Sum of RGB (Red+Green+Blue) = 66+4+99=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #420463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420463 is #BDFB9C. Grayscale: #212121. Windows color (decimal): -12450717 or 6489154. OLE color: 6489154.

HSL color Cylindrical-coordinate representation of color #420463: hue angle of 279.16º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420463 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 4 99 -
CMYK 0.33 0.96 0 0.61
HSL 279.16º 0.92% 0.2% -
HSV(B) 279.16º 0.96% 0.39% -
XYZ 4.54 2.15 11.98 -
YUV 33.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 66 4 99 0.33 0.96 0 0.61 279.16 0.92 0.2
Hex 42 4 63 21 60 0 3D 117 5C 14
Octal 102 4 143 41 140 0 75 427 134 24
Binary 1000010 100 1100011 100001 1100000 0 111101 100010111 1011100 10100

Color Harmonies of #420463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420463

Black with #420463

Text Example


Text Example

White with #420463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420463; }

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

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

background-color css

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

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

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

border-color css

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

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

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