Html Css Color HEX #411995 Persian Indigo

📋 copy color: '#411995'

red 65 ◦ green 25 ◦ blue 149

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

Shades of Persian Indigo #411995

Tints of Persian Indigo #411995

RGB

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

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

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

R = 27.2%
G = 10.46%
B = 62.34%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#411995 (or 0x411995) is known color: Persian Indigo. HEX triplet: 41, 19 and 95. RGB value is (65,25,149). Sum of RGB (Red+Green+Blue) = 65+25+149=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #411995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411995 is #BEE66A. Grayscale: #323232. Windows color (decimal): -12510827 or 9771329. OLE color: 9771329.

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

Color convert

RGB 65 25 149 -
CMYK 0.56 0.83 0 0.42
HSL 259.35º 0.71% 0.34% -
HSV(B) 259.35º 0.83% 0.58% -
XYZ 7.95 3.99 28.78 -
YUV 51.1 183.25 137.92 -
System Red Green Blue C M Y K H S L
Decimal 65 25 149 0.56 0.83 0 0.42 259.35 0.71 0.34
Hex 41 19 95 38 53 0 2A 103 47 22
Octal 101 31 225 70 123 0 52 403 107 42
Binary 1000001 11001 10010101 111000 1010011 0 101010 100000011 1000111 100010

Color Harmonies of #411995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411995

Black with #411995

Text Example


Text Example

White with #411995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411995; }

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

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

background-color css

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

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

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

border-color css

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

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

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