Html Css Color HEX #410373 Indigo

📋 copy color: '#410373'

red 65 ◦ green 3 ◦ blue 115

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

Shades of Indigo #410373

Tints of Indigo #410373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.64%

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

R = 35.52%
G = 1.64%
B = 62.84%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#410373 (or 0x410373) is known color: Indigo. HEX triplet: 41, 03 and 73. RGB value is (65,3,115). Sum of RGB (Red+Green+Blue) = 65+3+115=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #410373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410373 is #BEFC8C. Grayscale: #212121. Windows color (decimal): -12516493 or 7537473. OLE color: 7537473.

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

Color convert

RGB 65 3 115 -
CMYK 0.43 0.97 0 0.55
HSL 273.21º 0.95% 0.23% -
HSV(B) 273.21º 0.97% 0.45% -
XYZ 5.31 2.43 16.41 -
YUV 34.31 173.54 149.89 -
System Red Green Blue C M Y K H S L
Decimal 65 3 115 0.43 0.97 0 0.55 273.21 0.95 0.23
Hex 41 3 73 2B 61 0 37 111 5F 17
Octal 101 3 163 53 141 0 67 421 137 27
Binary 1000001 11 1110011 101011 1100001 0 110111 100010001 1011111 10111

Color Harmonies of #410373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410373

Black with #410373

Text Example


Text Example

White with #410373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410373; }

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

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

background-color css

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

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

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

border-color css

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

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

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