Html Css Color HEX #411897 Persian Indigo

📋 copy color: '#411897'

red 65 ◦ green 24 ◦ blue 151

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

Shades of Persian Indigo #411897

Tints of Persian Indigo #411897

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10%

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

R = 27.08%
G = 10%
B = 62.92%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#411897 (or 0x411897) is known color: Persian Indigo. HEX triplet: 41, 18 and 97. RGB value is (65,24,151). Sum of RGB (Red+Green+Blue) = 65+24+151=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 151 (59.38% from 255 or 62.92% from 240); Max value from RGB is 151 - color contains mainly: blue. Hex color #411897 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411897 is #BEE768. Grayscale: #323232. Windows color (decimal): -12511081 or 9902145. OLE color: 9902145.

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

Color convert

RGB 65 24 151 -
CMYK 0.57 0.84 0 0.41
HSL 259.37º 0.73% 0.34% -
HSV(B) 259.37º 0.84% 0.59% -
XYZ 8.09 4.01 29.63 -
YUV 50.74 184.58 138.17 -
System Red Green Blue C M Y K H S L
Decimal 65 24 151 0.57 0.84 0 0.41 259.37 0.73 0.34
Hex 41 18 97 39 54 0 29 103 49 22
Octal 101 30 227 71 124 0 51 403 111 42
Binary 1000001 11000 10010111 111001 1010100 0 101001 100000011 1001001 100010

Color Harmonies of #411897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411897

Black with #411897

Text Example


Text Example

White with #411897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411897; }

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

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

background-color css

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

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

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

border-color css

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

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

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