Html Css Color HEX #411973 Persian Indigo

📋 copy color: '#411973'

red 65 ◦ green 25 ◦ blue 115

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

Shades of Persian Indigo #411973

Tints of Persian Indigo #411973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.1%

R = 31.71%
G = 12.2%
B = 56.1%

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

#411973 (or 0x411973) is known color: Persian Indigo. HEX triplet: 41, 19 and 73. RGB value is (65,25,115). Sum of RGB (Red+Green+Blue) = 65+25+115=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #411973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411973 is #BEE68C. Grayscale: #2E2E2E. Windows color (decimal): -12510861 or 7543105. OLE color: 7543105.

HSL color Cylindrical-coordinate representation of color #411973: hue angle of 266.67º 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 #411973 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 25 115 -
CMYK 0.43 0.78 0 0.55
HSL 266.67º 0.64% 0.27% -
HSV(B) 266.67º 0.78% 0.45% -
XYZ 5.62 3.06 16.51 -
YUV 47.22 166.25 140.68 -
System Red Green Blue C M Y K H S L
Decimal 65 25 115 0.43 0.78 0 0.55 266.67 0.64 0.27
Hex 41 19 73 2B 4E 0 37 10B 40 1B
Octal 101 31 163 53 116 0 67 413 100 33
Binary 1000001 11001 1110011 101011 1001110 0 110111 100001011 1000000 11011

Color Harmonies of #411973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411973

Black with #411973

Text Example


Text Example

White with #411973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411973; }

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

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

background-color css

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

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

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

border-color css

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

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

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