Html Css Color HEX #410185 Indigo

📋 copy color: '#410185'

red 65 ◦ green 1 ◦ blue 133

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

Shades of Indigo #410185

Tints of Indigo #410185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 32.66%
G = 0.5%
B = 66.83%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#410185 (or 0x410185) is known color: Indigo. HEX triplet: 41, 01 and 85. RGB value is (65,1,133). Sum of RGB (Red+Green+Blue) = 65+1+133=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #410185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410185 is #BEFE7A. Grayscale: #222222. Windows color (decimal): -12516987 or 8716609. OLE color: 8716609.

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

Color convert

RGB 65 1 133 -
CMYK 0.51 0.99 0 0.48
HSL 269.09º 0.99% 0.26% -
HSV(B) 269.09º 0.99% 0.52% -
XYZ 6.42 2.84 22.4 -
YUV 35.18 183.2 149.27 -
System Red Green Blue C M Y K H S L
Decimal 65 1 133 0.51 0.99 0 0.48 269.09 0.99 0.26
Hex 41 1 85 33 63 0 30 10D 63 1A
Octal 101 1 205 63 143 0 60 415 143 32
Binary 1000001 1 10000101 110011 1100011 0 110000 100001101 1100011 11010

Color Harmonies of #410185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410185

Black with #410185

Text Example


Text Example

White with #410185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410185; }

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

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

background-color css

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

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

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

border-color css

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

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

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