Html Css Color HEX #421070 Indigo

📋 copy color: '#421070'

red 66 ◦ green 16 ◦ blue 112

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

Shades of Indigo #421070

Tints of Indigo #421070

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.25%

 BLUE value IS 112 (44.14% from 255) = 57.73%

R = 34.02%
G = 8.25%
B = 57.73%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#421070 (or 0x421070) is known color: Indigo. HEX triplet: 42, 10 and 70. RGB value is (66,16,112). Sum of RGB (Red+Green+Blue) = 66+16+112=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #421070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421070 is #BDEF8F. Grayscale: #292929. Windows color (decimal): -12447632 or 7344194. OLE color: 7344194.

HSL color Cylindrical-coordinate representation of color #421070: hue angle of 271.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421070 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 16 112 -
CMYK 0.41 0.86 0 0.56
HSL 271.25º 0.75% 0.25% -
HSV(B) 271.25º 0.86% 0.44% -
XYZ 5.36 2.7 15.57 -
YUV 41.89 167.57 145.19 -
System Red Green Blue C M Y K H S L
Decimal 66 16 112 0.41 0.86 0 0.56 271.25 0.75 0.25
Hex 42 10 70 29 56 0 38 10F 4B 19
Octal 102 20 160 51 126 0 70 417 113 31
Binary 1000010 10000 1110000 101001 1010110 0 111000 100001111 1001011 11001

Color Harmonies of #421070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421070

Black with #421070

Text Example


Text Example

White with #421070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421070; }

 p { color: rgb(66,16,112); }

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

background-color css

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

 a { background-color: rgb(66,16,112); }

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

border-color css

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

 span { border-color: rgb(66,16,112); }

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