Html Css Color HEX #411976 Persian Indigo

📋 copy color: '#411976'

red 65 ◦ green 25 ◦ blue 118

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

Shades of Persian Indigo #411976

Tints of Persian Indigo #411976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 56.73%

R = 31.25%
G = 12.02%
B = 56.73%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#411976 (or 0x411976) is known color: Persian Indigo. HEX triplet: 41, 19 and 76. RGB value is (65,25,118). Sum of RGB (Red+Green+Blue) = 65+25+118=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #411976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411976 is #BEE689. Grayscale: #2F2F2F. Windows color (decimal): -12510858 or 7739713. OLE color: 7739713.

HSL color Cylindrical-coordinate representation of color #411976: hue angle of 265.81º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #411976 is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 25 118 -
CMYK 0.45 0.79 0 0.54
HSL 265.81º 0.65% 0.28% -
HSV(B) 265.81º 0.79% 0.46% -
XYZ 5.8 3.13 17.44 -
YUV 47.56 167.75 140.44 -
System Red Green Blue C M Y K H S L
Decimal 65 25 118 0.45 0.79 0 0.54 265.81 0.65 0.28
Hex 41 19 76 2D 4F 0 36 10A 41 1C
Octal 101 31 166 55 117 0 66 412 101 34
Binary 1000001 11001 1110110 101101 1001111 0 110110 100001010 1000001 11100

Color Harmonies of #411976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411976

Black with #411976

Text Example


Text Example

White with #411976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411976; }

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

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

background-color css

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

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

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

border-color css

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

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

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