Html Css Color HEX #411178 Persian Indigo

📋 copy color: '#411178'

red 65 ◦ green 17 ◦ blue 120

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

Shades of Persian Indigo #411178

Tints of Persian Indigo #411178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 59.41%

R = 32.18%
G = 8.42%
B = 59.41%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#411178 (or 0x411178) is known color: Persian Indigo. HEX triplet: 41, 11 and 78. RGB value is (65,17,120). Sum of RGB (Red+Green+Blue) = 65+17+120=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #411178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411178 is #BEEE87. Grayscale: #2A2A2A. Windows color (decimal): -12512904 or 7868737. OLE color: 7868737.

HSL color Cylindrical-coordinate representation of color #411178: hue angle of 267.96º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411178 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 17 120 -
CMYK 0.46 0.86 0 0.53
HSL 267.96º 0.75% 0.27% -
HSV(B) 267.96º 0.86% 0.47% -
XYZ 5.77 2.88 18.02 -
YUV 43.09 171.4 143.62 -
System Red Green Blue C M Y K H S L
Decimal 65 17 120 0.46 0.86 0 0.53 267.96 0.75 0.27
Hex 41 11 78 2E 56 0 35 10C 4B 1B
Octal 101 21 170 56 126 0 65 414 113 33
Binary 1000001 10001 1111000 101110 1010110 0 110101 100001100 1001011 11011

Color Harmonies of #411178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411178

Black with #411178

Text Example


Text Example

White with #411178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411178; }

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

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

background-color css

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

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

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

border-color css

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

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

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