Html Css Color HEX #421995 Persian Indigo

📋 copy color: '#421995'

red 66 ◦ green 25 ◦ blue 149

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

Shades of Persian Indigo #421995

Tints of Persian Indigo #421995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.42%

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

R = 27.5%
G = 10.42%
B = 62.08%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#421995 (or 0x421995) is known color: Persian Indigo. HEX triplet: 42, 19 and 95. RGB value is (66,25,149). Sum of RGB (Red+Green+Blue) = 66+25+149=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #421995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421995 is #BDE66A. Grayscale: #323232. Windows color (decimal): -12445291 or 9771330. OLE color: 9771330.

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

Color convert

RGB 66 25 149 -
CMYK 0.56 0.83 0 0.42
HSL 259.84º 0.71% 0.34% -
HSV(B) 259.84º 0.83% 0.58% -
XYZ 8.02 4.02 28.79 -
YUV 51.4 183.08 138.42 -
System Red Green Blue C M Y K H S L
Decimal 66 25 149 0.56 0.83 0 0.42 259.84 0.71 0.34
Hex 42 19 95 38 53 0 2A 104 47 22
Octal 102 31 225 70 123 0 52 404 107 42
Binary 1000010 11001 10010101 111000 1010011 0 101010 100000100 1000111 100010

Color Harmonies of #421995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421995

Black with #421995

Text Example


Text Example

White with #421995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421995; }

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

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

background-color css

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

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

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

border-color css

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

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

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