Html Css Color HEX #410487 Indigo

📋 copy color: '#410487'

red 65 ◦ green 4 ◦ blue 135

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

Shades of Indigo #410487

Tints of Indigo #410487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 66.18%

R = 31.86%
G = 1.96%
B = 66.18%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#410487 (or 0x410487) is known color: Indigo. HEX triplet: 41, 04 and 87. RGB value is (65,4,135). Sum of RGB (Red+Green+Blue) = 65+4+135=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 135 (53.12% from 255 or 66.18% from 204); Max value from RGB is 135 - color contains mainly: blue. Hex color #410487 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410487 is #BEFB78. Grayscale: #242424. Windows color (decimal): -12516217 or 8848449. OLE color: 8848449.

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

Color convert

RGB 65 4 135 -
CMYK 0.52 0.97 0 0.47
HSL 267.94º 0.94% 0.27% -
HSV(B) 267.94º 0.97% 0.53% -
XYZ 6.6 2.96 23.15 -
YUV 37.17 183.21 147.85 -
System Red Green Blue C M Y K H S L
Decimal 65 4 135 0.52 0.97 0 0.47 267.94 0.94 0.27
Hex 41 4 87 34 61 0 2F 10C 5E 1B
Octal 101 4 207 64 141 0 57 414 136 33
Binary 1000001 100 10000111 110100 1100001 0 101111 100001100 1011110 11011

Color Harmonies of #410487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410487

Black with #410487

Text Example


Text Example

White with #410487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410487; }

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

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

background-color css

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

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

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

border-color css

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

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

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