Html Css Color HEX #411877 Persian Indigo

📋 copy color: '#411877'

red 65 ◦ green 24 ◦ blue 119

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

Shades of Persian Indigo #411877

Tints of Persian Indigo #411877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 57.21%

R = 31.25%
G = 11.54%
B = 57.21%

CMYK

 C value IS 0.45

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#411877 (or 0x411877) is known color: Persian Indigo. HEX triplet: 41, 18 and 77. RGB value is (65,24,119). Sum of RGB (Red+Green+Blue) = 65+24+119=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 119 (46.88% from 255 or 57.21% from 208); Max value from RGB is 119 - color contains mainly: blue. Hex color #411877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411877 is #BEE788. Grayscale: #2E2E2E. Windows color (decimal): -12511113 or 7804993. OLE color: 7804993.

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

Color convert

RGB 65 24 119 -
CMYK 0.45 0.80 0 0.53
HSL 265.89º 0.66% 0.28% -
HSV(B) 265.89º 0.8% 0.47% -
XYZ 5.84 3.11 17.75 -
YUV 47.09 168.58 140.78 -
System Red Green Blue C M Y K H S L
Decimal 65 24 119 0.45 0.80 0 0.53 265.89 0.66 0.28
Hex 41 18 77 2D 50 0 35 10A 42 1C
Octal 101 30 167 55 120 0 65 412 102 34
Binary 1000001 11000 1110111 101101 1010000 0 110101 100001010 1000010 11100

Color Harmonies of #411877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411877

Black with #411877

Text Example


Text Example

White with #411877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411877; }

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

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

background-color css

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

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

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

border-color css

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

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

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