Html Css Color HEX #421099 Indigo

📋 copy color: '#421099'

red 66 ◦ green 16 ◦ blue 153

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

Shades of Indigo #421099

Tints of Indigo #421099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 65.11%

R = 28.09%
G = 6.81%
B = 65.11%

CMYK

 C value IS 0.57

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#421099 (or 0x421099) is known color: Indigo. HEX triplet: 42, 10 and 99. RGB value is (66,16,153). Sum of RGB (Red+Green+Blue) = 66+16+153=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #421099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421099 is #BDEF66. Grayscale: #2E2E2E. Windows color (decimal): -12447591 or 10031170. OLE color: 10031170.

HSL color Cylindrical-coordinate representation of color #421099: hue angle of 261.9º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #421099 is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 16 153 -
CMYK 0.57 0.90 0 0.4
HSL 261.9º 0.81% 0.33% -
HSV(B) 261.9º 0.9% 0.6% -
XYZ 8.18 3.83 30.44 -
YUV 46.57 188.07 141.86 -
System Red Green Blue C M Y K H S L
Decimal 66 16 153 0.57 0.90 0 0.4 261.9 0.81 0.33
Hex 42 10 99 39 5A 0 28 106 51 21
Octal 102 20 231 71 132 0 50 406 121 41
Binary 1000010 10000 10011001 111001 1011010 0 101000 100000110 1010001 100001

Color Harmonies of #421099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421099

Black with #421099

Text Example


Text Example

White with #421099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421099; }

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

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

background-color css

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

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

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

border-color css

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

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

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