Html Css Color HEX #411590 Persian Indigo

📋 copy color: '#411590'

red 65 ◦ green 21 ◦ blue 144

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

Shades of Persian Indigo #411590

Tints of Persian Indigo #411590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.13%

 BLUE value IS 144 (56.64% from 255) = 62.61%

R = 28.26%
G = 9.13%
B = 62.61%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#411590 (or 0x411590) is known color: Persian Indigo. HEX triplet: 41, 15 and 90. RGB value is (65,21,144). Sum of RGB (Red+Green+Blue) = 65+21+144=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #411590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411590 is #BEEA6F. Grayscale: #2F2F2F. Windows color (decimal): -12511856 or 9442625. OLE color: 9442625.

HSL color Cylindrical-coordinate representation of color #411590: hue angle of 261.46º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #411590 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 21 144 -
CMYK 0.55 0.85 0 0.44
HSL 261.46º 0.75% 0.32% -
HSV(B) 261.46º 0.85% 0.56% -
XYZ 7.48 3.67 26.7 -
YUV 48.18 182.08 140 -
System Red Green Blue C M Y K H S L
Decimal 65 21 144 0.55 0.85 0 0.44 261.46 0.75 0.32
Hex 41 15 90 37 55 0 2C 105 4B 20
Octal 101 25 220 67 125 0 54 405 113 40
Binary 1000001 10101 10010000 110111 1010101 0 101100 100000101 1001011 100000

Color Harmonies of #411590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411590

Black with #411590

Text Example


Text Example

White with #411590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411590; }

 p { color: rgb(65,21,144); }

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

background-color css

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

 a { background-color: rgb(65,21,144); }

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

border-color css

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

 span { border-color: rgb(65,21,144); }

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