Html Css Color HEX #411196 Persian Indigo

📋 copy color: '#411196'

red 65 ◦ green 17 ◦ blue 150

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

Shades of Persian Indigo #411196

Tints of Persian Indigo #411196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 64.66%

R = 28.02%
G = 7.33%
B = 64.66%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#411196 (or 0x411196) is known color: Persian Indigo. HEX triplet: 41, 11 and 96. RGB value is (65,17,150). Sum of RGB (Red+Green+Blue) = 65+17+150=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #411196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411196 is #BEEE69. Grayscale: #2E2E2E. Windows color (decimal): -12512874 or 9834817. OLE color: 9834817.

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

Color convert

RGB 65 17 150 -
CMYK 0.57 0.89 0 0.41
HSL 261.65º 0.8% 0.33% -
HSV(B) 261.65º 0.89% 0.59% -
XYZ 7.89 3.73 29.16 -
YUV 46.51 186.4 141.19 -
System Red Green Blue C M Y K H S L
Decimal 65 17 150 0.57 0.89 0 0.41 261.65 0.8 0.33
Hex 41 11 96 39 59 0 29 106 50 21
Octal 101 21 226 71 131 0 51 406 120 41
Binary 1000001 10001 10010110 111001 1011001 0 101001 100000110 1010000 100001

Color Harmonies of #411196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411196

Black with #411196

Text Example


Text Example

White with #411196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411196; }

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

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

background-color css

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

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

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

border-color css

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

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

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