Html Css Color HEX #410271 Indigo

📋 copy color: '#410271'

red 65 ◦ green 2 ◦ blue 113

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

Shades of Indigo #410271

Tints of Indigo #410271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.11%

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

R = 36.11%
G = 1.11%
B = 62.78%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#410271 (or 0x410271) is known color: Indigo. HEX triplet: 41, 02 and 71. RGB value is (65,2,113). Sum of RGB (Red+Green+Blue) = 65+2+113=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 113 (44.53% from 255 or 62.78% from 180); Max value from RGB is 113 - color contains mainly: blue. Hex color #410271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410271 is #BEFD8E. Grayscale: #212121. Windows color (decimal): -12516751 or 7406145. OLE color: 7406145.

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

Color convert

RGB 65 2 113 -
CMYK 0.42 0.98 0 0.56
HSL 274.05º 0.97% 0.23% -
HSV(B) 274.05º 0.98% 0.44% -
XYZ 5.18 2.36 15.81 -
YUV 33.49 172.87 150.47 -
System Red Green Blue C M Y K H S L
Decimal 65 2 113 0.42 0.98 0 0.56 274.05 0.97 0.23
Hex 41 2 71 2A 62 0 38 112 61 17
Octal 101 2 161 52 142 0 70 422 141 27
Binary 1000001 10 1110001 101010 1100010 0 111000 100010010 1100001 10111

Color Harmonies of #410271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410271

Black with #410271

Text Example


Text Example

White with #410271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410271; }

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

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

background-color css

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

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

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

border-color css

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

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

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