Html Css Color HEX #411195 Persian Indigo

📋 copy color: '#411195'

red 65 ◦ green 17 ◦ blue 149

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

Shades of Persian Indigo #411195

Tints of Persian Indigo #411195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 64.5%

R = 28.14%
G = 7.36%
B = 64.5%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#411195 (or 0x411195) is known color: Persian Indigo. HEX triplet: 41, 11 and 95. RGB value is (65,17,149). Sum of RGB (Red+Green+Blue) = 65+17+149=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #411195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411195 is #BEEE6A. Grayscale: #2D2D2D. Windows color (decimal): -12512875 or 9769281. OLE color: 9769281.

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

Color convert

RGB 65 17 149 -
CMYK 0.56 0.89 0 0.42
HSL 261.82º 0.8% 0.33% -
HSV(B) 261.82º 0.89% 0.58% -
XYZ 7.81 3.69 28.74 -
YUV 46.4 185.9 141.27 -
System Red Green Blue C M Y K H S L
Decimal 65 17 149 0.56 0.89 0 0.42 261.82 0.8 0.33
Hex 41 11 95 38 59 0 2A 106 50 21
Octal 101 21 225 70 131 0 52 406 120 41
Binary 1000001 10001 10010101 111000 1011001 0 101010 100000110 1010000 100001

Color Harmonies of #411195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411195

Black with #411195

Text Example


Text Example

White with #411195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411195; }

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

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

background-color css

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

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

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

border-color css

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

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

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