Html Css Color HEX #410075 Indigo

📋 copy color: '#410075'

red 65 ◦ green 0 ◦ blue 117

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

Shades of Indigo #410075

Tints of Indigo #410075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 117 (46.09% from 255) = 64.29%

R = 35.71%
G = 0%
B = 64.29%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#410075 (or 0x410075) is known color: Indigo. HEX triplet: 41, 00 and 75. RGB value is (65,0,117). Sum of RGB (Red+Green+Blue) = 65+0+117=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #410075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410075 is #BEFF8A. Grayscale: #202020. Windows color (decimal): -12517259 or 7667777. OLE color: 7667777.

HSL color Cylindrical-coordinate representation of color #410075: hue angle of 273.33º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410075 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 0 117 -
CMYK 0.44 1 0 0.54
HSL 273.33º 1% 0.23% -
HSV(B) 273.33º 1% 0.46% -
XYZ 5.39 2.41 17.01 -
YUV 32.77 175.53 150.99 -
System Red Green Blue C M Y K H S L
Decimal 65 0 117 0.44 1 0 0.54 273.33 1 0.23
Hex 41 0 75 2C 64 0 36 111 64 17
Octal 101 0 165 54 144 0 66 421 144 27
Binary 1000001 0 1110101 101100 1100100 0 110110 100010001 1100100 10111

Color Harmonies of #410075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410075

Black with #410075

Text Example


Text Example

White with #410075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410075; }

 p { color: rgb(65,0,117); }

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

background-color css

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

 a { background-color: rgb(65,0,117); }

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

border-color css

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

 span { border-color: rgb(65,0,117); }

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