Html Css Color HEX #421097 Indigo

📋 copy color: '#421097'

red 66 ◦ green 16 ◦ blue 151

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

Shades of Indigo #421097

Tints of Indigo #421097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 64.81%

R = 28.33%
G = 6.87%
B = 64.81%

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

#421097 (or 0x421097) is known color: Indigo. HEX triplet: 42, 10 and 97. RGB value is (66,16,151). Sum of RGB (Red+Green+Blue) = 66+16+151=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 151 (59.38% from 255 or 64.81% from 233); Max value from RGB is 151 - color contains mainly: blue. Hex color #421097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421097 is #BDEF68. Grayscale: #2D2D2D. Windows color (decimal): -12447593 or 9900098. OLE color: 9900098.

HSL color Cylindrical-coordinate representation of color #421097: hue angle of 262.22º 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 #421097 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 16 151 -
CMYK 0.56 0.89 0 0.41
HSL 262.22º 0.81% 0.33% -
HSV(B) 262.22º 0.89% 0.59% -
XYZ 8.02 3.76 29.58 -
YUV 46.34 187.07 142.02 -
System Red Green Blue C M Y K H S L
Decimal 66 16 151 0.56 0.89 0 0.41 262.22 0.81 0.33
Hex 42 10 97 38 59 0 29 106 51 21
Octal 102 20 227 70 131 0 51 406 121 41
Binary 1000010 10000 10010111 111000 1011001 0 101001 100000110 1010001 100001

Color Harmonies of #421097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421097

Black with #421097

Text Example


Text Example

White with #421097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421097; }

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

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

background-color css

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

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

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

border-color css

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

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

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