Html Css Color HEX #411777 Persian Indigo

📋 copy color: '#411777'

red 65 ◦ green 23 ◦ blue 119

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

Shades of Persian Indigo #411777

Tints of Persian Indigo #411777

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.11%

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

R = 31.4%
G = 11.11%
B = 57.49%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#411777 (or 0x411777) is known color: Persian Indigo. HEX triplet: 41, 17 and 77. RGB value is (65,23,119). Sum of RGB (Red+Green+Blue) = 65+23+119=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #411777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411777 is #BEE888. Grayscale: #2E2E2E. Windows color (decimal): -12511369 or 7804737. OLE color: 7804737.

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

Color convert

RGB 65 23 119 -
CMYK 0.45 0.81 0 0.53
HSL 266.25º 0.68% 0.28% -
HSV(B) 266.25º 0.81% 0.47% -
XYZ 5.82 3.07 17.74 -
YUV 46.5 168.91 141.19 -
System Red Green Blue C M Y K H S L
Decimal 65 23 119 0.45 0.81 0 0.53 266.25 0.68 0.28
Hex 41 17 77 2D 51 0 35 10A 44 1C
Octal 101 27 167 55 121 0 65 412 104 34
Binary 1000001 10111 1110111 101101 1010001 0 110101 100001010 1000100 11100

Color Harmonies of #411777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411777

Black with #411777

Text Example


Text Example

White with #411777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411777; }

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

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

background-color css

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

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

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

border-color css

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

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

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