Html Css Color HEX #411771 Persian Indigo

📋 copy color: '#411771'

red 65 ◦ green 23 ◦ blue 113

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

Shades of Persian Indigo #411771

Tints of Persian Indigo #411771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.44%

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

R = 32.34%
G = 11.44%
B = 56.22%

CMYK

 C value IS 0.42

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#411771 (or 0x411771) is known color: Persian Indigo. HEX triplet: 41, 17 and 71. RGB value is (65,23,113). Sum of RGB (Red+Green+Blue) = 65+23+113=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #411771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411771 is #BEE88E. Grayscale: #2D2D2D. Windows color (decimal): -12511375 or 7411521. OLE color: 7411521.

HSL color Cylindrical-coordinate representation of color #411771: hue angle of 268º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #411771 is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 23 113 -
CMYK 0.42 0.80 0 0.56
HSL 268º 0.66% 0.27% -
HSV(B) 268º 0.8% 0.44% -
XYZ 5.47 2.93 15.9 -
YUV 45.82 165.91 141.68 -
System Red Green Blue C M Y K H S L
Decimal 65 23 113 0.42 0.80 0 0.56 268 0.66 0.27
Hex 41 17 71 2A 50 0 38 10C 42 1B
Octal 101 27 161 52 120 0 70 414 102 33
Binary 1000001 10111 1110001 101010 1010000 0 111000 100001100 1000010 11011

Color Harmonies of #411771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411771

Black with #411771

Text Example


Text Example

White with #411771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411771; }

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

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

background-color css

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

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

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

border-color css

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

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

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