Html Css Color HEX #411972 Persian Indigo

📋 copy color: '#411972'

red 65 ◦ green 25 ◦ blue 114

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

Shades of Persian Indigo #411972

Tints of Persian Indigo #411972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 55.88%

R = 31.86%
G = 12.25%
B = 55.88%

CMYK

 C value IS 0.43

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#411972 (or 0x411972) is known color: Persian Indigo. HEX triplet: 41, 19 and 72. RGB value is (65,25,114). Sum of RGB (Red+Green+Blue) = 65+25+114=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #411972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411972 is #BEE68D. Grayscale: #2E2E2E. Windows color (decimal): -12510862 or 7477569. OLE color: 7477569.

HSL color Cylindrical-coordinate representation of color #411972: hue angle of 266.97º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #411972 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 25 114 -
CMYK 0.43 0.78 0 0.55
HSL 266.97º 0.64% 0.27% -
HSV(B) 266.97º 0.78% 0.45% -
XYZ 5.56 3.03 16.21 -
YUV 47.11 165.75 140.76 -
System Red Green Blue C M Y K H S L
Decimal 65 25 114 0.43 0.78 0 0.55 266.97 0.64 0.27
Hex 41 19 72 2B 4E 0 37 10B 40 1B
Octal 101 31 162 53 116 0 67 413 100 33
Binary 1000001 11001 1110010 101011 1001110 0 110111 100001011 1000000 11011

Color Harmonies of #411972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411972

Black with #411972

Text Example


Text Example

White with #411972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411972; }

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

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

background-color css

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

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

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

border-color css

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

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

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