Html Css Color HEX #411199 Persian Indigo

📋 copy color: '#411199'

red 65 ◦ green 17 ◦ blue 153

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

Shades of Persian Indigo #411199

Tints of Persian Indigo #411199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.23%

 BLUE value IS 153 (60.16% from 255) = 65.11%

R = 27.66%
G = 7.23%
B = 65.11%

CMYK

 C value IS 0.58

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#411199 (or 0x411199) is known color: Persian Indigo. HEX triplet: 41, 11 and 99. RGB value is (65,17,153). Sum of RGB (Red+Green+Blue) = 65+17+153=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #411199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411199 is #BEEE66. Grayscale: #2E2E2E. Windows color (decimal): -12512871 or 10031425. OLE color: 10031425.

HSL color Cylindrical-coordinate representation of color #411199: hue angle of 261.18º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #411199 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 17 153 -
CMYK 0.58 0.89 0 0.4
HSL 261.18º 0.8% 0.33% -
HSV(B) 261.18º 0.89% 0.6% -
XYZ 8.13 3.82 30.45 -
YUV 46.86 187.9 140.94 -
System Red Green Blue C M Y K H S L
Decimal 65 17 153 0.58 0.89 0 0.4 261.18 0.8 0.33
Hex 41 11 99 3A 59 0 28 105 50 21
Octal 101 21 231 72 131 0 50 405 120 41
Binary 1000001 10001 10011001 111010 1011001 0 101000 100000101 1010000 100001

Color Harmonies of #411199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411199

Black with #411199

Text Example


Text Example

White with #411199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411199; }

 p { color: rgb(65,17,153); }

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

background-color css

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

 a { background-color: rgb(65,17,153); }

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

border-color css

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

 span { border-color: rgb(65,17,153); }

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