Html Css Color HEX #410173 Indigo

📋 copy color: '#410173'

red 65 ◦ green 1 ◦ blue 115

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

Shades of Indigo #410173

Tints of Indigo #410173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 115 (45.31% from 255) = 63.54%

R = 35.91%
G = 0.55%
B = 63.54%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#410173 (or 0x410173) is known color: Indigo. HEX triplet: 41, 01 and 73. RGB value is (65,1,115). Sum of RGB (Red+Green+Blue) = 65+1+115=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #410173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410173 is #BEFE8C. Grayscale: #202020. Windows color (decimal): -12517005 or 7536961. OLE color: 7536961.

HSL color Cylindrical-coordinate representation of color #410173: hue angle of 273.68º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410173 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 1 115 -
CMYK 0.43 0.99 0 0.55
HSL 273.68º 0.98% 0.23% -
HSV(B) 273.68º 0.99% 0.45% -
XYZ 5.29 2.38 16.4 -
YUV 33.13 174.2 150.73 -
System Red Green Blue C M Y K H S L
Decimal 65 1 115 0.43 0.99 0 0.55 273.68 0.98 0.23
Hex 41 1 73 2B 63 0 37 112 62 17
Octal 101 1 163 53 143 0 67 422 142 27
Binary 1000001 1 1110011 101011 1100011 0 110111 100010010 1100010 10111

Color Harmonies of #410173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410173

Black with #410173

Text Example


Text Example

White with #410173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410173; }

 p { color: rgb(65,1,115); }

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

background-color css

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

 a { background-color: rgb(65,1,115); }

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

border-color css

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

 span { border-color: rgb(65,1,115); }

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