Html Css Color HEX #411596 Persian Indigo

📋 copy color: '#411596'

red 65 ◦ green 21 ◦ blue 150

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

Shades of Persian Indigo #411596

Tints of Persian Indigo #411596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 63.56%

R = 27.54%
G = 8.9%
B = 63.56%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#411596 (or 0x411596) is known color: Persian Indigo. HEX triplet: 41, 15 and 96. RGB value is (65,21,150). Sum of RGB (Red+Green+Blue) = 65+21+150=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #411596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411596 is #BEEA69. Grayscale: #303030. Windows color (decimal): -12511850 or 9835841. OLE color: 9835841.

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

Color convert

RGB 65 21 150 -
CMYK 0.57 0.86 0 0.41
HSL 260.47º 0.75% 0.34% -
HSV(B) 260.47º 0.86% 0.59% -
XYZ 7.95 3.86 29.18 -
YUV 48.86 185.08 139.51 -
System Red Green Blue C M Y K H S L
Decimal 65 21 150 0.57 0.86 0 0.41 260.47 0.75 0.34
Hex 41 15 96 39 56 0 29 104 4B 22
Octal 101 25 226 71 126 0 51 404 113 42
Binary 1000001 10101 10010110 111001 1010110 0 101001 100000100 1001011 100010

Color Harmonies of #411596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411596

Black with #411596

Text Example


Text Example

White with #411596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411596; }

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

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

background-color css

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

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

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

border-color css

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

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

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