Html Css Color HEX #410671 Indigo

📋 copy color: '#410671'

red 65 ◦ green 6 ◦ blue 113

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

Shades of Indigo #410671

Tints of Indigo #410671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.26%

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

R = 35.33%
G = 3.26%
B = 61.41%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#410671 (or 0x410671) is known color: Indigo. HEX triplet: 41, 06 and 71. RGB value is (65,6,113). Sum of RGB (Red+Green+Blue) = 65+6+113=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #410671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410671 is #BEF98E. Grayscale: #232323. Windows color (decimal): -12515727 or 7407169. OLE color: 7407169.

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

Color convert

RGB 65 6 113 -
CMYK 0.42 0.95 0 0.56
HSL 273.08º 0.9% 0.23% -
HSV(B) 273.08º 0.95% 0.44% -
XYZ 5.23 2.45 15.82 -
YUV 35.84 171.55 148.8 -
System Red Green Blue C M Y K H S L
Decimal 65 6 113 0.42 0.95 0 0.56 273.08 0.9 0.23
Hex 41 6 71 2A 5F 0 38 111 5A 17
Octal 101 6 161 52 137 0 70 421 132 27
Binary 1000001 110 1110001 101010 1011111 0 111000 100010001 1011010 10111

Color Harmonies of #410671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410671

Black with #410671

Text Example


Text Example

White with #410671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410671; }

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

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

background-color css

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

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

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

border-color css

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

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

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