Html Css Color HEX #411289 Persian Indigo

📋 copy color: '#411289'

red 65 ◦ green 18 ◦ blue 137

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

Shades of Persian Indigo #411289

Tints of Persian Indigo #411289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.18%

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

R = 29.55%
G = 8.18%
B = 62.27%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#411289 (or 0x411289) is known color: Persian Indigo. HEX triplet: 41, 12 and 89. RGB value is (65,18,137). Sum of RGB (Red+Green+Blue) = 65+18+137=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 137 (53.91% from 255 or 62.27% from 220); Max value from RGB is 137 - color contains mainly: blue. Hex color #411289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411289 is #BEED76. Grayscale: #2D2D2D. Windows color (decimal): -12512631 or 8983105. OLE color: 8983105.

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

Color convert

RGB 65 18 137 -
CMYK 0.53 0.87 0 0.46
HSL 263.7º 0.77% 0.3% -
HSV(B) 263.7º 0.87% 0.54% -
XYZ 6.91 3.36 23.95 -
YUV 45.62 179.57 141.82 -
System Red Green Blue C M Y K H S L
Decimal 65 18 137 0.53 0.87 0 0.46 263.7 0.77 0.3
Hex 41 12 89 35 57 0 2E 108 4D 1E
Octal 101 22 211 65 127 0 56 410 115 36
Binary 1000001 10010 10001001 110101 1010111 0 101110 100001000 1001101 11110

Color Harmonies of #411289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411289

Black with #411289

Text Example


Text Example

White with #411289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411289; }

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

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

background-color css

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

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

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

border-color css

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

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

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