Html Css Color HEX #410775 Indigo

📋 copy color: '#410775'

red 65 ◦ green 7 ◦ blue 117

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

Shades of Indigo #410775

Tints of Indigo #410775

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.7%

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

R = 34.39%
G = 3.7%
B = 61.9%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#410775 (or 0x410775) is known color: Indigo. HEX triplet: 41, 07 and 75. RGB value is (65,7,117). Sum of RGB (Red+Green+Blue) = 65+7+117=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #410775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410775 is #BEF88A. Grayscale: #242424. Windows color (decimal): -12515467 or 7669569. OLE color: 7669569.

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

Color convert

RGB 65 7 117 -
CMYK 0.44 0.94 0 0.54
HSL 271.64º 0.89% 0.24% -
HSV(B) 271.64º 0.94% 0.46% -
XYZ 5.47 2.56 17.04 -
YUV 36.88 173.22 148.06 -
System Red Green Blue C M Y K H S L
Decimal 65 7 117 0.44 0.94 0 0.54 271.64 0.89 0.24
Hex 41 7 75 2C 5E 0 36 110 59 18
Octal 101 7 165 54 136 0 66 420 131 30
Binary 1000001 111 1110101 101100 1011110 0 110110 100010000 1011001 11000

Color Harmonies of #410775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410775

Black with #410775

Text Example


Text Example

White with #410775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410775; }

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

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

background-color css

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

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

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

border-color css

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

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

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