Html Css Color HEX #410FA0 Indigo

📋 copy color: '#410FA0'

red 65 ◦ green 15 ◦ blue 160

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

Shades of Indigo #410FA0

Tints of Indigo #410FA0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.25%

 BLUE value IS 160 (62.89% from 255) = 66.67%

R = 27.08%
G = 6.25%
B = 66.67%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#410FA0 (or 0x410FA0) is known color: Indigo. HEX triplet: 41, 0F and A0. RGB value is (65,15,160). Sum of RGB (Red+Green+Blue) = 65+15+160=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 160 (62.89% from 255 or 66.67% from 240); Max value from RGB is 160 - color contains mainly: blue. Hex color #410FA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410FA0 is #BEF05F. Grayscale: #2D2D2D. Windows color (decimal): -12513376 or 10489665. OLE color: 10489665.

HSL color Cylindrical-coordinate representation of color #410FA0: hue angle of 260.69º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410FA0 is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 65 15 160 -
CMYK 0.59 0.91 0 0.37
HSL 260.69º 0.83% 0.34% -
HSV(B) 260.69º 0.91% 0.63% -
XYZ 8.7 4 33.57 -
YUV 46.48 192.07 141.21 -
System Red Green Blue C M Y K H S L
Decimal 65 15 160 0.59 0.91 0 0.37 260.69 0.83 0.34
Hex 41 F A0 3B 5B 0 25 105 53 22
Octal 101 17 240 73 133 0 45 405 123 42
Binary 1000001 1111 10100000 111011 1011011 0 100101 100000101 1010011 100010

Color Harmonies of #410FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410FA0

Black with #410FA0

Text Example


Text Example

White with #410FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410FA0; }

 p { color: rgb(65,15,160); }

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

background-color css

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

 a { background-color: rgb(65,15,160); }

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

border-color css

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

 span { border-color: rgb(65,15,160); }

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