Html Css Color HEX #411187 Persian Indigo

📋 copy color: '#411187'

red 65 ◦ green 17 ◦ blue 135

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

Shades of Persian Indigo #411187

Tints of Persian Indigo #411187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 62.21%

R = 29.95%
G = 7.83%
B = 62.21%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#411187 (or 0x411187) is known color: Persian Indigo. HEX triplet: 41, 11 and 87. RGB value is (65,17,135). Sum of RGB (Red+Green+Blue) = 65+17+135=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 135 (53.12% from 255 or 62.21% from 217); Max value from RGB is 135 - color contains mainly: blue. Hex color #411187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411187 is #BEEE78. Grayscale: #2C2C2C. Windows color (decimal): -12512889 or 8851777. OLE color: 8851777.

HSL color Cylindrical-coordinate representation of color #411187: hue angle of 264.41º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #411187 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 17 135 -
CMYK 0.52 0.87 0 0.47
HSL 264.41º 0.78% 0.3% -
HSV(B) 264.41º 0.87% 0.53% -
XYZ 6.75 3.27 23.2 -
YUV 44.8 178.9 142.41 -
System Red Green Blue C M Y K H S L
Decimal 65 17 135 0.52 0.87 0 0.47 264.41 0.78 0.3
Hex 41 11 87 34 57 0 2F 108 4E 1E
Octal 101 21 207 64 127 0 57 410 116 36
Binary 1000001 10001 10000111 110100 1010111 0 101111 100001000 1001110 11110

Color Harmonies of #411187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411187

Black with #411187

Text Example


Text Example

White with #411187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411187; }

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

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

background-color css

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

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

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

border-color css

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

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

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