Html Css Color HEX #410485 Indigo

📋 copy color: '#410485'

red 65 ◦ green 4 ◦ blue 133

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

Shades of Indigo #410485

Tints of Indigo #410485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 65.84%

R = 32.18%
G = 1.98%
B = 65.84%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#410485 (or 0x410485) is known color: Indigo. HEX triplet: 41, 04 and 85. RGB value is (65,4,133). Sum of RGB (Red+Green+Blue) = 65+4+133=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #410485 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410485 is #BEFB7A. Grayscale: #242424. Windows color (decimal): -12516219 or 8717377. OLE color: 8717377.

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

Color convert

RGB 65 4 133 -
CMYK 0.51 0.97 0 0.48
HSL 268.37º 0.94% 0.27% -
HSV(B) 268.37º 0.97% 0.52% -
XYZ 6.46 2.9 22.41 -
YUV 36.95 182.21 148.01 -
System Red Green Blue C M Y K H S L
Decimal 65 4 133 0.51 0.97 0 0.48 268.37 0.94 0.27
Hex 41 4 85 33 61 0 30 10C 5E 1B
Octal 101 4 205 63 141 0 60 414 136 33
Binary 1000001 100 10000101 110011 1100001 0 110000 100001100 1011110 11011

Color Harmonies of #410485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410485

Black with #410485

Text Example


Text Example

White with #410485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410485; }

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

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

background-color css

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

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

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

border-color css

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

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

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