Html Css Color HEX #421195 Persian Indigo

📋 copy color: '#421195'

red 66 ◦ green 17 ◦ blue 149

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

Shades of Persian Indigo #421195

Tints of Persian Indigo #421195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.33%

 BLUE value IS 149 (58.59% from 255) = 64.22%

R = 28.45%
G = 7.33%
B = 64.22%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#421195 (or 0x421195) is known color: Persian Indigo. HEX triplet: 42, 11 and 95. RGB value is (66,17,149). Sum of RGB (Red+Green+Blue) = 66+17+149=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #421195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421195 is #BDEE6A. Grayscale: #2E2E2E. Windows color (decimal): -12447339 or 9769282. OLE color: 9769282.

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

Color convert

RGB 66 17 149 -
CMYK 0.56 0.89 0 0.42
HSL 262.27º 0.8% 0.33% -
HSV(B) 262.27º 0.89% 0.58% -
XYZ 7.87 3.73 28.74 -
YUV 46.7 185.73 141.77 -
System Red Green Blue C M Y K H S L
Decimal 66 17 149 0.56 0.89 0 0.42 262.27 0.8 0.33
Hex 42 11 95 38 59 0 2A 106 50 21
Octal 102 21 225 70 131 0 52 406 120 41
Binary 1000010 10001 10010101 111000 1011001 0 101010 100000110 1010000 100001

Color Harmonies of #421195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421195

Black with #421195

Text Example


Text Example

White with #421195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421195; }

 p { color: rgb(66,17,149); }

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

background-color css

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

 a { background-color: rgb(66,17,149); }

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

border-color css

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

 span { border-color: rgb(66,17,149); }

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