Html Css Color HEX #411171 Persian Indigo

📋 copy color: '#411171'

red 65 ◦ green 17 ◦ blue 113

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

Shades of Persian Indigo #411171

Tints of Persian Indigo #411171

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.72%

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

R = 33.33%
G = 8.72%
B = 57.95%

CMYK

 C value IS 0.42

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#411171 (or 0x411171) is known color: Persian Indigo. HEX triplet: 41, 11 and 71. RGB value is (65,17,113). Sum of RGB (Red+Green+Blue) = 65+17+113=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #411171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411171 is #BEEE8E. Grayscale: #292929. Windows color (decimal): -12512911 or 7409985. OLE color: 7409985.

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

Color convert

RGB 65 17 113 -
CMYK 0.42 0.85 0 0.56
HSL 270º 0.74% 0.25% -
HSV(B) 270º 0.85% 0.44% -
XYZ 5.36 2.72 15.86 -
YUV 42.3 167.9 144.19 -
System Red Green Blue C M Y K H S L
Decimal 65 17 113 0.42 0.85 0 0.56 270 0.74 0.25
Hex 41 11 71 2A 55 0 38 10E 4A 19
Octal 101 21 161 52 125 0 70 416 112 31
Binary 1000001 10001 1110001 101010 1010101 0 111000 100001110 1001010 11001

Color Harmonies of #411171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411171

Black with #411171

Text Example


Text Example

White with #411171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411171; }

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

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

background-color css

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

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

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

border-color css

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

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

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