Html Css Color HEX #411487 Persian Indigo

📋 copy color: '#411487'

red 65 ◦ green 20 ◦ blue 135

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

Shades of Persian Indigo #411487

Tints of Persian Indigo #411487

RGB

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

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

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

R = 29.55%
G = 9.09%
B = 61.36%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#411487 (or 0x411487) is known color: Persian Indigo. HEX triplet: 41, 14 and 87. RGB value is (65,20,135). Sum of RGB (Red+Green+Blue) = 65+20+135=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 135 (53.12% from 255 or 61.36% from 220); Max value from RGB is 135 - color contains mainly: blue. Hex color #411487 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411487 is #BEEB78. Grayscale: #2E2E2E. Windows color (decimal): -12512121 or 8852545. OLE color: 8852545.

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

Color convert

RGB 65 20 135 -
CMYK 0.52 0.85 0 0.47
HSL 263.48º 0.74% 0.3% -
HSV(B) 263.48º 0.85% 0.53% -
XYZ 6.8 3.37 23.21 -
YUV 46.57 177.91 141.15 -
System Red Green Blue C M Y K H S L
Decimal 65 20 135 0.52 0.85 0 0.47 263.48 0.74 0.3
Hex 41 14 87 34 55 0 2F 107 4A 1E
Octal 101 24 207 64 125 0 57 407 112 36
Binary 1000001 10100 10000111 110100 1010101 0 101111 100000111 1001010 11110

Color Harmonies of #411487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411487

Black with #411487

Text Example


Text Example

White with #411487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411487; }

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

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

background-color css

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

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

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

border-color css

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

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

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