Html Css Color HEX #421091 Indigo

📋 copy color: '#421091'

red 66 ◦ green 16 ◦ blue 145

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

Shades of Indigo #421091

Tints of Indigo #421091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 63.88%

R = 29.07%
G = 7.05%
B = 63.88%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#421091 (or 0x421091) is known color: Indigo. HEX triplet: 42, 10 and 91. RGB value is (66,16,145). Sum of RGB (Red+Green+Blue) = 66+16+145=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #421091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421091 is #BDEF6E. Grayscale: #2D2D2D. Windows color (decimal): -12447599 or 9506882. OLE color: 9506882.

HSL color Cylindrical-coordinate representation of color #421091: hue angle of 263.26º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #421091 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 16 145 -
CMYK 0.54 0.89 0 0.43
HSL 263.26º 0.8% 0.32% -
HSV(B) 263.26º 0.89% 0.57% -
XYZ 7.54 3.57 27.08 -
YUV 45.66 184.07 142.51 -
System Red Green Blue C M Y K H S L
Decimal 66 16 145 0.54 0.89 0 0.43 263.26 0.8 0.32
Hex 42 10 91 36 59 0 2B 107 50 20
Octal 102 20 221 66 131 0 53 407 120 40
Binary 1000010 10000 10010001 110110 1011001 0 101011 100000111 1010000 100000

Color Harmonies of #421091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421091

Black with #421091

Text Example


Text Example

White with #421091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421091; }

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

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

background-color css

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

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

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

border-color css

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

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

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