Html Css Color HEX #411173 Persian Indigo

📋 copy color: '#411173'

red 65 ◦ green 17 ◦ blue 115

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

Shades of Persian Indigo #411173

Tints of Persian Indigo #411173

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.63%

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

R = 32.99%
G = 8.63%
B = 58.38%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#411173 (or 0x411173) is known color: Persian Indigo. HEX triplet: 41, 11 and 73. RGB value is (65,17,115). Sum of RGB (Red+Green+Blue) = 65+17+115=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #411173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411173 is #BEEE8C. Grayscale: #2A2A2A. Windows color (decimal): -12512909 or 7541057. OLE color: 7541057.

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

Color convert

RGB 65 17 115 -
CMYK 0.43 0.85 0 0.55
HSL 269.39º 0.74% 0.26% -
HSV(B) 269.39º 0.85% 0.45% -
XYZ 5.47 2.76 16.46 -
YUV 42.52 168.9 144.03 -
System Red Green Blue C M Y K H S L
Decimal 65 17 115 0.43 0.85 0 0.55 269.39 0.74 0.26
Hex 41 11 73 2B 55 0 37 10D 4A 1A
Octal 101 21 163 53 125 0 67 415 112 32
Binary 1000001 10001 1110011 101011 1010101 0 110111 100001101 1001010 11010

Color Harmonies of #411173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411173

Black with #411173

Text Example


Text Example

White with #411173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411173; }

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

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

background-color css

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

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

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

border-color css

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

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

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