Html Css Color HEX #411389 Persian Indigo

📋 copy color: '#411389'

red 65 ◦ green 19 ◦ blue 137

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

Shades of Persian Indigo #411389

Tints of Persian Indigo #411389

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

 BLUE value IS 137 (53.91% from 255) = 61.99%

R = 29.41%
G = 8.6%
B = 61.99%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#411389 (or 0x411389) is known color: Persian Indigo. HEX triplet: 41, 13 and 89. RGB value is (65,19,137). Sum of RGB (Red+Green+Blue) = 65+19+137=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 137 (53.91% from 255 or 61.99% from 221); Max value from RGB is 137 - color contains mainly: blue. Hex color #411389 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411389 is #BEEC76. Grayscale: #2D2D2D. Windows color (decimal): -12512375 or 8983361. OLE color: 8983361.

HSL color Cylindrical-coordinate representation of color #411389: hue angle of 263.39º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411389 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 19 137 -
CMYK 0.53 0.86 0 0.46
HSL 263.39º 0.76% 0.31% -
HSV(B) 263.39º 0.86% 0.54% -
XYZ 6.93 3.4 23.96 -
YUV 46.21 179.24 141.41 -
System Red Green Blue C M Y K H S L
Decimal 65 19 137 0.53 0.86 0 0.46 263.39 0.76 0.31
Hex 41 13 89 35 56 0 2E 107 4C 1F
Octal 101 23 211 65 126 0 56 407 114 37
Binary 1000001 10011 10001001 110101 1010110 0 101110 100000111 1001100 11111

Color Harmonies of #411389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411389

Black with #411389

Text Example


Text Example

White with #411389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411389; }

 p { color: rgb(65,19,137); }

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

background-color css

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

 a { background-color: rgb(65,19,137); }

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

border-color css

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

 span { border-color: rgb(65,19,137); }

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