Html Css Color HEX #411876 Persian Indigo

📋 copy color: '#411876'

red 65 ◦ green 24 ◦ blue 118

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

Shades of Persian Indigo #411876

Tints of Persian Indigo #411876

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.59%

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

R = 31.4%
G = 11.59%
B = 57%

CMYK

 C value IS 0.45

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#411876 (or 0x411876) is known color: Persian Indigo. HEX triplet: 41, 18 and 76. RGB value is (65,24,118). Sum of RGB (Red+Green+Blue) = 65+24+118=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #411876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411876 is #BEE789. Grayscale: #2E2E2E. Windows color (decimal): -12511114 or 7739457. OLE color: 7739457.

HSL color Cylindrical-coordinate representation of color #411876: hue angle of 266.17º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #411876 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 24 118 -
CMYK 0.45 0.80 0 0.54
HSL 266.17º 0.66% 0.28% -
HSV(B) 266.17º 0.8% 0.46% -
XYZ 5.78 3.09 17.43 -
YUV 46.98 168.08 140.86 -
System Red Green Blue C M Y K H S L
Decimal 65 24 118 0.45 0.80 0 0.54 266.17 0.66 0.28
Hex 41 18 76 2D 50 0 36 10A 42 1C
Octal 101 30 166 55 120 0 66 412 102 34
Binary 1000001 11000 1110110 101101 1010000 0 110110 100001010 1000010 11100

Color Harmonies of #411876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411876

Black with #411876

Text Example


Text Example

White with #411876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411876; }

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

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

background-color css

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

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

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

border-color css

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

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

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