Html Css Color HEX #411591 Persian Indigo

📋 copy color: '#411591'

red 65 ◦ green 21 ◦ blue 145

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

Shades of Persian Indigo #411591

Tints of Persian Indigo #411591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 62.77%

R = 28.14%
G = 9.09%
B = 62.77%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#411591 (or 0x411591) is known color: Persian Indigo. HEX triplet: 41, 15 and 91. RGB value is (65,21,145). Sum of RGB (Red+Green+Blue) = 65+21+145=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #411591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411591 is #BEEA6E. Grayscale: #2F2F2F. Windows color (decimal): -12511855 or 9508161. OLE color: 9508161.

HSL color Cylindrical-coordinate representation of color #411591: hue angle of 261.29º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411591 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 21 145 -
CMYK 0.55 0.86 0 0.43
HSL 261.29º 0.75% 0.33% -
HSV(B) 261.29º 0.86% 0.57% -
XYZ 7.56 3.7 27.1 -
YUV 48.29 182.58 139.92 -
System Red Green Blue C M Y K H S L
Decimal 65 21 145 0.55 0.86 0 0.43 261.29 0.75 0.33
Hex 41 15 91 37 56 0 2B 105 4B 21
Octal 101 25 221 67 126 0 53 405 113 41
Binary 1000001 10101 10010001 110111 1010110 0 101011 100000101 1001011 100001

Color Harmonies of #411591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411591

Black with #411591

Text Example


Text Example

White with #411591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411591; }

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

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

background-color css

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

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

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

border-color css

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

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

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