Html Css Color HEX #411989 Persian Indigo

📋 copy color: '#411989'

red 65 ◦ green 25 ◦ blue 137

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

Shades of Persian Indigo #411989

Tints of Persian Indigo #411989

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.01%

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

R = 28.63%
G = 11.01%
B = 60.35%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#411989 (or 0x411989) is known color: Persian Indigo. HEX triplet: 41, 19 and 89. RGB value is (65,25,137). Sum of RGB (Red+Green+Blue) = 65+25+137=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #411989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411989 is #BEE676. Grayscale: #313131. Windows color (decimal): -12510839 or 8984897. OLE color: 8984897.

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

Color convert

RGB 65 25 137 -
CMYK 0.53 0.82 0 0.46
HSL 261.43º 0.69% 0.32% -
HSV(B) 261.43º 0.82% 0.54% -
XYZ 7.04 3.63 24 -
YUV 49.73 177.25 138.89 -
System Red Green Blue C M Y K H S L
Decimal 65 25 137 0.53 0.82 0 0.46 261.43 0.69 0.32
Hex 41 19 89 35 52 0 2E 105 45 20
Octal 101 31 211 65 122 0 56 405 105 40
Binary 1000001 11001 10001001 110101 1010010 0 101110 100000101 1000101 100000

Color Harmonies of #411989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411989

Black with #411989

Text Example


Text Example

White with #411989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411989; }

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

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

background-color css

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

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

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

border-color css

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

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

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