Html Css Color HEX #421096 Indigo

📋 copy color: '#421096'

red 66 ◦ green 16 ◦ blue 150

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

Shades of Indigo #421096

Tints of Indigo #421096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 64.66%

R = 28.45%
G = 6.9%
B = 64.66%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#421096 (or 0x421096) is known color: Indigo. HEX triplet: 42, 10 and 96. RGB value is (66,16,150). Sum of RGB (Red+Green+Blue) = 66+16+150=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #421096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421096 is #BDEF69. Grayscale: #2D2D2D. Windows color (decimal): -12447594 or 9834562. OLE color: 9834562.

HSL color Cylindrical-coordinate representation of color #421096: hue angle of 262.39º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #421096 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 16 150 -
CMYK 0.56 0.89 0 0.41
HSL 262.39º 0.81% 0.33% -
HSV(B) 262.39º 0.89% 0.59% -
XYZ 7.94 3.73 29.16 -
YUV 46.23 186.57 142.1 -
System Red Green Blue C M Y K H S L
Decimal 66 16 150 0.56 0.89 0 0.41 262.39 0.81 0.33
Hex 42 10 96 38 59 0 29 106 51 21
Octal 102 20 226 70 131 0 51 406 121 41
Binary 1000010 10000 10010110 111000 1011001 0 101001 100000110 1010001 100001

Color Harmonies of #421096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421096

Black with #421096

Text Example


Text Example

White with #421096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421096; }

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

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

background-color css

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

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

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

border-color css

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

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

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