Html Css Color HEX #421194 Persian Indigo

📋 copy color: '#421194'

red 66 ◦ green 17 ◦ blue 148

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

Shades of Persian Indigo #421194

Tints of Persian Indigo #421194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 64.07%

R = 28.57%
G = 7.36%
B = 64.07%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#421194 (or 0x421194) is known color: Persian Indigo. HEX triplet: 42, 11 and 94. RGB value is (66,17,148). Sum of RGB (Red+Green+Blue) = 66+17+148=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 148 (58.20% from 255 or 64.07% from 231); Max value from RGB is 148 - color contains mainly: blue. Hex color #421194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421194 is #BDEE6B. Grayscale: #2E2E2E. Windows color (decimal): -12447340 or 9703746. OLE color: 9703746.

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

Color convert

RGB 66 17 148 -
CMYK 0.55 0.89 0 0.42
HSL 262.44º 0.79% 0.32% -
HSV(B) 262.44º 0.89% 0.58% -
XYZ 7.79 3.7 28.32 -
YUV 46.59 185.23 141.85 -
System Red Green Blue C M Y K H S L
Decimal 66 17 148 0.55 0.89 0 0.42 262.44 0.79 0.32
Hex 42 11 94 37 59 0 2A 106 4F 20
Octal 102 21 224 67 131 0 52 406 117 40
Binary 1000010 10001 10010100 110111 1011001 0 101010 100000110 1001111 100000

Color Harmonies of #421194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421194

Black with #421194

Text Example


Text Example

White with #421194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421194; }

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

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

background-color css

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

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

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

border-color css

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

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

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