Html Css Color HEX #410489 Indigo

📋 copy color: '#410489'

red 65 ◦ green 4 ◦ blue 137

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

Shades of Indigo #410489

Tints of Indigo #410489

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

 BLUE value IS 137 (53.91% from 255) = 66.5%

R = 31.55%
G = 1.94%
B = 66.5%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#410489 (or 0x410489) is known color: Indigo. HEX triplet: 41, 04 and 89. RGB value is (65,4,137). Sum of RGB (Red+Green+Blue) = 65+4+137=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 137 (53.91% from 255 or 66.50% from 206); Max value from RGB is 137 - color contains mainly: blue. Hex color #410489 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410489 is #BEFB76. Grayscale: #242424. Windows color (decimal): -12516215 or 8979521. OLE color: 8979521.

HSL color Cylindrical-coordinate representation of color #410489: hue angle of 267.52º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #410489 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 4 137 -
CMYK 0.53 0.97 0 0.46
HSL 267.52º 0.94% 0.28% -
HSV(B) 267.52º 0.97% 0.54% -
XYZ 6.74 3.02 23.89 -
YUV 37.4 184.21 147.69 -
System Red Green Blue C M Y K H S L
Decimal 65 4 137 0.53 0.97 0 0.46 267.52 0.94 0.28
Hex 41 4 89 35 61 0 2E 10C 5E 1C
Octal 101 4 211 65 141 0 56 414 136 34
Binary 1000001 100 10001001 110101 1100001 0 101110 100001100 1011110 11100

Color Harmonies of #410489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410489

Black with #410489

Text Example


Text Example

White with #410489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410489; }

 p { color: rgb(65,4,137); }

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

background-color css

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

 a { background-color: rgb(65,4,137); }

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

border-color css

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

 span { border-color: rgb(65,4,137); }

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