Html Css Color HEX #411097 Persian Indigo

📋 copy color: '#411097'

red 65 ◦ green 16 ◦ blue 151

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

Shades of Persian Indigo #411097

Tints of Persian Indigo #411097

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.9%

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

R = 28.02%
G = 6.9%
B = 65.09%

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

#411097 (or 0x411097) is known color: Persian Indigo. HEX triplet: 41, 10 and 97. RGB value is (65,16,151). Sum of RGB (Red+Green+Blue) = 65+16+151=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 151 (59.38% from 255 or 65.09% from 232); Max value from RGB is 151 - color contains mainly: blue. Hex color #411097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411097 is #BEEF68. Grayscale: #2D2D2D. Windows color (decimal): -12513129 or 9900097. OLE color: 9900097.

HSL color Cylindrical-coordinate representation of color #411097: hue angle of 261.78º degrees, saturation: 0.81, 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 #411097 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 16 151 -
CMYK 0.57 0.89 0 0.41
HSL 261.78º 0.81% 0.33% -
HSV(B) 261.78º 0.89% 0.59% -
XYZ 7.95 3.73 29.58 -
YUV 46.04 187.23 141.52 -
System Red Green Blue C M Y K H S L
Decimal 65 16 151 0.57 0.89 0 0.41 261.78 0.81 0.33
Hex 41 10 97 39 59 0 29 106 51 21
Octal 101 20 227 71 131 0 51 406 121 41
Binary 1000001 10000 10010111 111001 1011001 0 101001 100000110 1010001 100001

Color Harmonies of #411097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411097

Black with #411097

Text Example


Text Example

White with #411097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411097; }

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

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

background-color css

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

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

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

border-color css

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

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

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