Html Css Color HEX #421193 Persian Indigo

📋 copy color: '#421193'

red 66 ◦ green 17 ◦ blue 147

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

Shades of Persian Indigo #421193

Tints of Persian Indigo #421193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 63.91%

R = 28.7%
G = 7.39%
B = 63.91%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#421193 (or 0x421193) is known color: Persian Indigo. HEX triplet: 42, 11 and 93. RGB value is (66,17,147). Sum of RGB (Red+Green+Blue) = 66+17+147=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 147 (57.81% from 255 or 63.91% from 230); Max value from RGB is 147 - color contains mainly: blue. Hex color #421193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421193 is #BDEE6C. Grayscale: #2E2E2E. Windows color (decimal): -12447341 or 9638210. OLE color: 9638210.

HSL color Cylindrical-coordinate representation of color #421193: hue angle of 262.62º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421193 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 17 147 -
CMYK 0.55 0.88 0 0.42
HSL 262.62º 0.79% 0.32% -
HSV(B) 262.62º 0.88% 0.58% -
XYZ 7.71 3.67 27.9 -
YUV 46.47 184.73 141.93 -
System Red Green Blue C M Y K H S L
Decimal 66 17 147 0.55 0.88 0 0.42 262.62 0.79 0.32
Hex 42 11 93 37 58 0 2A 107 4F 20
Octal 102 21 223 67 130 0 52 407 117 40
Binary 1000010 10001 10010011 110111 1011000 0 101010 100000111 1001111 100000

Color Harmonies of #421193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421193

Black with #421193

Text Example


Text Example

White with #421193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421193; }

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

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

background-color css

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

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

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

border-color css

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

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

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