Html Css Color HEX #410771 Indigo

📋 copy color: '#410771'

red 65 ◦ green 7 ◦ blue 113

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

Shades of Indigo #410771

Tints of Indigo #410771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.78%

 BLUE value IS 113 (44.53% from 255) = 61.08%

R = 35.14%
G = 3.78%
B = 61.08%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#410771 (or 0x410771) is known color: Indigo. HEX triplet: 41, 07 and 71. RGB value is (65,7,113). Sum of RGB (Red+Green+Blue) = 65+7+113=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #410771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410771 is #BEF88E. Grayscale: #242424. Windows color (decimal): -12515471 or 7407425. OLE color: 7407425.

HSL color Cylindrical-coordinate representation of color #410771: hue angle of 272.83º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410771 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 7 113 -
CMYK 0.42 0.94 0 0.56
HSL 272.83º 0.88% 0.24% -
HSV(B) 272.83º 0.94% 0.44% -
XYZ 5.24 2.47 15.82 -
YUV 36.43 171.22 148.38 -
System Red Green Blue C M Y K H S L
Decimal 65 7 113 0.42 0.94 0 0.56 272.83 0.88 0.24
Hex 41 7 71 2A 5E 0 38 111 58 18
Octal 101 7 161 52 136 0 70 421 130 30
Binary 1000001 111 1110001 101010 1011110 0 111000 100010001 1011000 11000

Color Harmonies of #410771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410771

Black with #410771

Text Example


Text Example

White with #410771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410771; }

 p { color: rgb(65,7,113); }

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

background-color css

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

 a { background-color: rgb(65,7,113); }

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

border-color css

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

 span { border-color: rgb(65,7,113); }

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