Html Css Color HEX #421595 Persian Indigo

📋 copy color: '#421595'

red 66 ◦ green 21 ◦ blue 149

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

Shades of Persian Indigo #421595

Tints of Persian Indigo #421595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.9%

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

R = 27.97%
G = 8.9%
B = 63.14%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#421595 (or 0x421595) is known color: Persian Indigo. HEX triplet: 42, 15 and 95. RGB value is (66,21,149). Sum of RGB (Red+Green+Blue) = 66+21+149=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #421595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421595 is #BDEA6A. Grayscale: #303030. Windows color (decimal): -12446315 or 9770306. OLE color: 9770306.

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

Color convert

RGB 66 21 149 -
CMYK 0.56 0.86 0 0.42
HSL 261.09º 0.75% 0.33% -
HSV(B) 261.09º 0.86% 0.58% -
XYZ 7.94 3.86 28.76 -
YUV 49.05 184.41 140.09 -
System Red Green Blue C M Y K H S L
Decimal 66 21 149 0.56 0.86 0 0.42 261.09 0.75 0.33
Hex 42 15 95 38 56 0 2A 105 4B 21
Octal 102 25 225 70 126 0 52 405 113 41
Binary 1000010 10101 10010101 111000 1010110 0 101010 100000101 1001011 100001

Color Harmonies of #421595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421595

Black with #421595

Text Example


Text Example

White with #421595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421595; }

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

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

background-color css

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

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

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

border-color css

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

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

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