Html Css Color HEX #410385 Indigo

📋 copy color: '#410385'

red 65 ◦ green 3 ◦ blue 133

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

Shades of Indigo #410385

Tints of Indigo #410385

RGB

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

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

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

R = 32.34%
G = 1.49%
B = 66.17%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#410385 (or 0x410385) is known color: Indigo. HEX triplet: 41, 03 and 85. RGB value is (65,3,133). Sum of RGB (Red+Green+Blue) = 65+3+133=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #410385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410385 is #BEFC7A. Grayscale: #232323. Windows color (decimal): -12516475 or 8717121. OLE color: 8717121.

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

Color convert

RGB 65 3 133 -
CMYK 0.51 0.98 0 0.48
HSL 268.62º 0.96% 0.27% -
HSV(B) 268.62º 0.98% 0.52% -
XYZ 6.45 2.88 22.41 -
YUV 36.36 182.54 148.43 -
System Red Green Blue C M Y K H S L
Decimal 65 3 133 0.51 0.98 0 0.48 268.62 0.96 0.27
Hex 41 3 85 33 62 0 30 10D 60 1B
Octal 101 3 205 63 142 0 60 415 140 33
Binary 1000001 11 10000101 110011 1100010 0 110000 100001101 1100000 11011

Color Harmonies of #410385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410385

Black with #410385

Text Example


Text Example

White with #410385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410385; }

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

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

background-color css

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

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

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

border-color css

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

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

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