Html Css Color HEX #411491 Persian Indigo

📋 copy color: '#411491'

red 65 ◦ green 20 ◦ blue 145

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

Shades of Persian Indigo #411491

Tints of Persian Indigo #411491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.7%

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

R = 28.26%
G = 8.7%
B = 63.04%

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

#411491 (or 0x411491) is known color: Persian Indigo. HEX triplet: 41, 14 and 91. RGB value is (65,20,145). Sum of RGB (Red+Green+Blue) = 65+20+145=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #411491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411491 is #BEEB6E. Grayscale: #2F2F2F. Windows color (decimal): -12512111 or 9507905. OLE color: 9507905.

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

Color convert

RGB 65 20 145 -
CMYK 0.55 0.86 0 0.43
HSL 261.6º 0.76% 0.32% -
HSV(B) 261.6º 0.86% 0.57% -
XYZ 7.54 3.67 27.1 -
YUV 47.71 182.91 140.34 -
System Red Green Blue C M Y K H S L
Decimal 65 20 145 0.55 0.86 0 0.43 261.6 0.76 0.32
Hex 41 14 91 37 56 0 2B 106 4C 20
Octal 101 24 221 67 126 0 53 406 114 40
Binary 1000001 10100 10010001 110111 1010110 0 101011 100000110 1001100 100000

Color Harmonies of #411491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411491

Black with #411491

Text Example


Text Example

White with #411491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411491; }

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

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

background-color css

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

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

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

border-color css

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

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

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