Html Css Color HEX #410360 Indigo

📋 copy color: '#410360'

red 65 ◦ green 3 ◦ blue 96

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

Shades of Indigo #410360

Tints of Indigo #410360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 58.54%

R = 39.63%
G = 1.83%
B = 58.54%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#410360 (or 0x410360) is known color: Indigo. HEX triplet: 41, 03 and 60. RGB value is (65,3,96). Sum of RGB (Red+Green+Blue) = 65+3+96=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #410360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410360 is #BEFC9F. Grayscale: #1F1F1F. Windows color (decimal): -12516512 or 6292289. OLE color: 6292289.

HSL color Cylindrical-coordinate representation of color #410360: hue angle of 280º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #410360 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 3 96 -
CMYK 0.32 0.97 0 0.62
HSL 280º 0.94% 0.19% -
HSV(B) 280º 0.97% 0.38% -
XYZ 4.32 2.03 11.23 -
YUV 32.14 164.04 151.44 -
System Red Green Blue C M Y K H S L
Decimal 65 3 96 0.32 0.97 0 0.62 280 0.94 0.19
Hex 41 3 60 20 61 0 3E 118 5E 13
Octal 101 3 140 40 141 0 76 430 136 23
Binary 1000001 11 1100000 100000 1100001 0 111110 100011000 1011110 10011

Color Harmonies of #410360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410360

Black with #410360

Text Example


Text Example

White with #410360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410360; }

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

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

background-color css

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

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

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

border-color css

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

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

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