Html Css Color HEX #410C76 Indigo

📋 copy color: '#410C76'

red 65 ◦ green 12 ◦ blue 118

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

Shades of Indigo #410C76

Tints of Indigo #410C76

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.15%

 BLUE value IS 118 (46.48% from 255) = 60.51%

R = 33.33%
G = 6.15%
B = 60.51%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#410C76 (or 0x410C76) is known color: Indigo. HEX triplet: 41, 0C and 76. RGB value is (65,12,118). Sum of RGB (Red+Green+Blue) = 65+12+118=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #410C76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410C76 is #BEF389. Grayscale: #272727. Windows color (decimal): -12514186 or 7736385. OLE color: 7736385.

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

Color convert

RGB 65 12 118 -
CMYK 0.45 0.90 0 0.54
HSL 270º 0.82% 0.25% -
HSV(B) 270º 0.9% 0.46% -
XYZ 5.58 2.69 17.37 -
YUV 39.93 172.06 145.88 -
System Red Green Blue C M Y K H S L
Decimal 65 12 118 0.45 0.90 0 0.54 270 0.82 0.25
Hex 41 C 76 2D 5A 0 36 10E 52 19
Octal 101 14 166 55 132 0 66 416 122 31
Binary 1000001 1100 1110110 101101 1011010 0 110110 100001110 1010010 11001

Color Harmonies of #410C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410C76

Black with #410C76

Text Example


Text Example

White with #410C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,12,118); }

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

background-color css

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

 a { background-color: rgb(65,12,118); }

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

border-color css

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

 span { border-color: rgb(65,12,118); }

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