Html Css Color HEX #410D75 Indigo

📋 copy color: '#410D75'

red 65 ◦ green 13 ◦ blue 117

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

Shades of Indigo #410D75

Tints of Indigo #410D75

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.67%

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

R = 33.33%
G = 6.67%
B = 60%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#410D75 (or 0x410D75) is known color: Indigo. HEX triplet: 41, 0D and 75. RGB value is (65,13,117). Sum of RGB (Red+Green+Blue) = 65+13+117=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #410D75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410D75 is #BEF28A. Grayscale: #282828. Windows color (decimal): -12513931 or 7671105. OLE color: 7671105.

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

Color convert

RGB 65 13 117 -
CMYK 0.44 0.89 0 0.54
HSL 270º 0.8% 0.25% -
HSV(B) 270º 0.89% 0.46% -
XYZ 5.53 2.7 17.06 -
YUV 40.4 171.23 145.54 -
System Red Green Blue C M Y K H S L
Decimal 65 13 117 0.44 0.89 0 0.54 270 0.8 0.25
Hex 41 D 75 2C 59 0 36 10E 50 19
Octal 101 15 165 54 131 0 66 416 120 31
Binary 1000001 1101 1110101 101100 1011001 0 110110 100001110 1010000 11001

Color Harmonies of #410D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410D75

Black with #410D75

Text Example


Text Example

White with #410D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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