Html Css Color HEX #411175 Persian Indigo

📋 copy color: '#411175'

red 65 ◦ green 17 ◦ blue 117

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

Shades of Persian Indigo #411175

Tints of Persian Indigo #411175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 58.79%

R = 32.66%
G = 8.54%
B = 58.79%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#411175 (or 0x411175) is known color: Persian Indigo. HEX triplet: 41, 11 and 75. RGB value is (65,17,117). Sum of RGB (Red+Green+Blue) = 65+17+117=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #411175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411175 is #BEEE8A. Grayscale: #2A2A2A. Windows color (decimal): -12512907 or 7672129. OLE color: 7672129.

HSL color Cylindrical-coordinate representation of color #411175: hue angle of 268.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #411175 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 17 117 -
CMYK 0.44 0.85 0 0.54
HSL 268.8º 0.75% 0.26% -
HSV(B) 268.8º 0.85% 0.46% -
XYZ 5.59 2.81 17.08 -
YUV 42.75 169.9 143.87 -
System Red Green Blue C M Y K H S L
Decimal 65 17 117 0.44 0.85 0 0.54 268.8 0.75 0.26
Hex 41 11 75 2C 55 0 36 10D 4B 1A
Octal 101 21 165 54 125 0 66 415 113 32
Binary 1000001 10001 1110101 101100 1010101 0 110110 100001101 1001011 11010

Color Harmonies of #411175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411175

Black with #411175

Text Example


Text Example

White with #411175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411175; }

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

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

background-color css

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

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

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

border-color css

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

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

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