Html Css Color HEX #401571 Persian Indigo

📋 copy color: '#401571'

red 64 ◦ green 21 ◦ blue 113

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

Shades of Persian Indigo #401571

Tints of Persian Indigo #401571

RGB

 RED value IS 64 (25.39% from 255) = 32.32%

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

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

R = 32.32%
G = 10.61%
B = 57.07%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#401571 (or 0x401571) is known color: Persian Indigo. HEX triplet: 40, 15 and 71. RGB value is (64,21,113). Sum of RGB (Red+Green+Blue) = 64+21+113=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #401571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401571 is #BFEA8E. Grayscale: #2C2C2C. Windows color (decimal): -12577423 or 7411008. OLE color: 7411008.

HSL color Cylindrical-coordinate representation of color #401571: hue angle of 268.04º 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 #401571 is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 21 113 -
CMYK 0.43 0.81 0 0.56
HSL 268.04º 0.69% 0.26% -
HSV(B) 268.04º 0.81% 0.44% -
XYZ 5.36 2.82 15.88 -
YUV 44.35 166.75 142.02 -
System Red Green Blue C M Y K H S L
Decimal 64 21 113 0.43 0.81 0 0.56 268.04 0.69 0.26
Hex 40 15 71 2B 51 0 38 10C 45 1A
Octal 100 25 161 53 121 0 70 414 105 32
Binary 1000000 10101 1110001 101011 1010001 0 111000 100001100 1000101 11010

Color Harmonies of #401571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401571

Black with #401571

Text Example


Text Example

White with #401571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401571; }

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

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

background-color css

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

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

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

border-color css

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

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

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