Html Css Color HEX #411997 Persian Indigo

📋 copy color: '#411997'

red 65 ◦ green 25 ◦ blue 151

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

Shades of Persian Indigo #411997

Tints of Persian Indigo #411997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 62.66%

R = 26.97%
G = 10.37%
B = 62.66%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#411997 (or 0x411997) is known color: Persian Indigo. HEX triplet: 41, 19 and 97. RGB value is (65,25,151). Sum of RGB (Red+Green+Blue) = 65+25+151=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 151 (59.38% from 255 or 62.66% from 241); Max value from RGB is 151 - color contains mainly: blue. Hex color #411997 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411997 is #BEE668. Grayscale: #323232. Windows color (decimal): -12510825 or 9902401. OLE color: 9902401.

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

Color convert

RGB 65 25 151 -
CMYK 0.57 0.83 0 0.41
HSL 259.05º 0.72% 0.35% -
HSV(B) 259.05º 0.83% 0.59% -
XYZ 8.11 4.05 29.63 -
YUV 51.32 184.25 137.75 -
System Red Green Blue C M Y K H S L
Decimal 65 25 151 0.57 0.83 0 0.41 259.05 0.72 0.35
Hex 41 19 97 39 53 0 29 103 48 23
Octal 101 31 227 71 123 0 51 403 110 43
Binary 1000001 11001 10010111 111001 1010011 0 101001 100000011 1001000 100011

Color Harmonies of #411997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411997

Black with #411997

Text Example


Text Example

White with #411997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411997; }

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

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

background-color css

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

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

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

border-color css

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

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

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