Html Css Color HEX #421571 Persian Indigo

📋 copy color: '#421571'

red 66 ◦ green 21 ◦ blue 113

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

Shades of Persian Indigo #421571

Tints of Persian Indigo #421571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 56.5%

R = 33%
G = 10.5%
B = 56.5%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#421571 (or 0x421571) is known color: Persian Indigo. HEX triplet: 42, 15 and 71. RGB value is (66,21,113). Sum of RGB (Red+Green+Blue) = 66+21+113=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #421571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421571 is #BDEA8E. Grayscale: #2C2C2C. Windows color (decimal): -12446351 or 7411010. OLE color: 7411010.

HSL color Cylindrical-coordinate representation of color #421571: hue angle of 269.35º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #421571 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 21 113 -
CMYK 0.42 0.81 0 0.56
HSL 269.35º 0.69% 0.26% -
HSV(B) 269.35º 0.81% 0.44% -
XYZ 5.5 2.89 15.89 -
YUV 44.94 166.41 143.02 -
System Red Green Blue C M Y K H S L
Decimal 66 21 113 0.42 0.81 0 0.56 269.35 0.69 0.26
Hex 42 15 71 2A 51 0 38 10D 45 1A
Octal 102 25 161 52 121 0 70 415 105 32
Binary 1000010 10101 1110001 101010 1010001 0 111000 100001101 1000101 11010

Color Harmonies of #421571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421571

Black with #421571

Text Example


Text Example

White with #421571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421571; }

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

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

background-color css

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

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

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

border-color css

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

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

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