Html Css Color HEX #411571 Persian Indigo

📋 copy color: '#411571'

red 65 ◦ green 21 ◦ blue 113

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

Shades of Persian Indigo #411571

Tints of Persian Indigo #411571

RGB

 RED value IS 65 (25.78% from 255) = 32.66%

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

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

R = 32.66%
G = 10.55%
B = 56.78%

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

#411571 (or 0x411571) is known color: Persian Indigo. HEX triplet: 41, 15 and 71. RGB value is (65,21,113). Sum of RGB (Red+Green+Blue) = 65+21+113=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #411571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411571 is #BEEA8E. Grayscale: #2C2C2C. Windows color (decimal): -12511887 or 7411009. OLE color: 7411009.

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

Color convert

RGB 65 21 113 -
CMYK 0.42 0.81 0 0.56
HSL 268.7º 0.69% 0.26% -
HSV(B) 268.7º 0.81% 0.44% -
XYZ 5.43 2.85 15.89 -
YUV 44.64 166.58 142.52 -
System Red Green Blue C M Y K H S L
Decimal 65 21 113 0.42 0.81 0 0.56 268.7 0.69 0.26
Hex 41 15 71 2A 51 0 38 10D 45 1A
Octal 101 25 161 52 121 0 70 415 105 32
Binary 1000001 10101 1110001 101010 1010001 0 111000 100001101 1000101 11010

Color Harmonies of #411571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411571

Black with #411571

Text Example


Text Example

White with #411571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411571; }

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

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

background-color css

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

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

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

border-color css

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

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

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