#410C74

Color #410C74 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #410C74

Tints of Indigo #410C74

Color information

#410C74 (or 0x410C74) is unknown color: approx Indigo. HEX triplet: 41, 0C and 74. RGB value is (65,12,116). Sum of RGB (Red+Green+Blue) = 65+12+116=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #410C74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410C74 is #BEF38B. Grayscale: #272727. Windows color (decimal): -12514188 or 7605313. OLE color: 7605313.

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

Color convert

RGB6512116-
CMYK0.440.9000.55
HSL270.58º81.25%25.1%-
HSV(B)270.58º89.66%45.49%-
XYZ5.462.6516.75-
YUV39.7171.06146.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.68%
GREEN value IS 12 (5.08% from 255) = 6.22%
BLUE value IS 116 (45.70% from 255) = 60.10%
R=33.68%
G=6.22%
B=60.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65121160.440.9000.55270.5881.2525.1
Hex41C742C5A03710f5119
Octal101141645413206741712131
Binary10000011100111010010110010110100110111100001111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #410C74;
 }
 .AnyTagClassName
 {
   color: #410C74;
 }
</style>
background-color css

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

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

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

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

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

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