Html Css Color HEX #411376 Persian Indigo

📋 copy color: '#411376'

red 65 ◦ green 19 ◦ blue 118

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

Shades of Persian Indigo #411376

Tints of Persian Indigo #411376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.41%

 BLUE value IS 118 (46.48% from 255) = 58.42%

R = 32.18%
G = 9.41%
B = 58.42%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#411376 (or 0x411376) is known color: Persian Indigo. HEX triplet: 41, 13 and 76. RGB value is (65,19,118). Sum of RGB (Red+Green+Blue) = 65+19+118=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #411376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411376 is #BEEC89. Grayscale: #2B2B2B. Windows color (decimal): -12512394 or 7738177. OLE color: 7738177.

HSL color Cylindrical-coordinate representation of color #411376: hue angle of 267.88º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #411376 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 19 118 -
CMYK 0.45 0.84 0 0.54
HSL 267.88º 0.72% 0.27% -
HSV(B) 267.88º 0.84% 0.46% -
XYZ 5.68 2.9 17.4 -
YUV 44.04 169.74 142.95 -
System Red Green Blue C M Y K H S L
Decimal 65 19 118 0.45 0.84 0 0.54 267.88 0.72 0.27
Hex 41 13 76 2D 54 0 36 10C 48 1B
Octal 101 23 166 55 124 0 66 414 110 33
Binary 1000001 10011 1110110 101101 1010100 0 110110 100001100 1001000 11011

Color Harmonies of #411376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411376

Black with #411376

Text Example


Text Example

White with #411376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411376; }

 p { color: rgb(65,19,118); }

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

background-color css

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

 a { background-color: rgb(65,19,118); }

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

border-color css

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

 span { border-color: rgb(65,19,118); }

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