Html Css Color HEX #411276 Persian Indigo

📋 copy color: '#411276'

red 65 ◦ green 18 ◦ blue 118

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

Shades of Persian Indigo #411276

Tints of Persian Indigo #411276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.96%

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

R = 32.34%
G = 8.96%
B = 58.71%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#411276 (or 0x411276) is known color: Persian Indigo. HEX triplet: 41, 12 and 76. RGB value is (65,18,118). Sum of RGB (Red+Green+Blue) = 65+18+118=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #411276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411276 is #BEED89. Grayscale: #2B2B2B. Windows color (decimal): -12512650 or 7737921. OLE color: 7737921.

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

Color convert

RGB 65 18 118 -
CMYK 0.45 0.85 0 0.54
HSL 268.2º 0.74% 0.27% -
HSV(B) 268.2º 0.85% 0.46% -
XYZ 5.67 2.86 17.39 -
YUV 43.45 170.07 143.37 -
System Red Green Blue C M Y K H S L
Decimal 65 18 118 0.45 0.85 0 0.54 268.2 0.74 0.27
Hex 41 12 76 2D 55 0 36 10C 4A 1B
Octal 101 22 166 55 125 0 66 414 112 33
Binary 1000001 10010 1110110 101101 1010101 0 110110 100001100 1001010 11011

Color Harmonies of #411276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411276

Black with #411276

Text Example


Text Example

White with #411276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411276; }

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

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

background-color css

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

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

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

border-color css

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

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

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