Html Css Color HEX #411087 Persian Indigo

📋 copy color: '#411087'

red 65 ◦ green 16 ◦ blue 135

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

Shades of Persian Indigo #411087

Tints of Persian Indigo #411087

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.41%

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

R = 30.09%
G = 7.41%
B = 62.5%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#411087 (or 0x411087) is known color: Persian Indigo. HEX triplet: 41, 10 and 87. RGB value is (65,16,135). Sum of RGB (Red+Green+Blue) = 65+16+135=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 135 (53.12% from 255 or 62.5% from 216); Max value from RGB is 135 - color contains mainly: blue. Hex color #411087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411087 is #BEEF78. Grayscale: #2B2B2B. Windows color (decimal): -12513145 or 8851521. OLE color: 8851521.

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

Color convert

RGB 65 16 135 -
CMYK 0.52 0.88 0 0.47
HSL 264.71º 0.79% 0.3% -
HSV(B) 264.71º 0.88% 0.53% -
XYZ 6.74 3.24 23.19 -
YUV 44.22 179.23 142.82 -
System Red Green Blue C M Y K H S L
Decimal 65 16 135 0.52 0.88 0 0.47 264.71 0.79 0.3
Hex 41 10 87 34 58 0 2F 109 4F 1E
Octal 101 20 207 64 130 0 57 411 117 36
Binary 1000001 10000 10000111 110100 1011000 0 101111 100001001 1001111 11110

Color Harmonies of #411087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411087

Black with #411087

Text Example


Text Example

White with #411087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411087; }

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

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

background-color css

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

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

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

border-color css

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

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

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