#41097C

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

Shades of Indigo #41097C

Tints of Indigo #41097C

Color information

#41097C (or 0x41097C) is unknown color: approx Indigo. HEX triplet: 41, 09 and 7C. RGB value is (65,9,124). Sum of RGB (Red+Green+Blue) = 65+9+124=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 124 (48.83% from 255 or 62.63% from 198); Max value from RGB is 124 - color contains mainly: blue. Hex color #41097C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41097C is #BEF683. Grayscale: #262626. Windows color (decimal): -12514948 or 8128833. OLE color: 8128833.

HSL color Cylindrical-coordinate representation of color #41097C: hue angle of 269.22º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #41097C is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB659124-
CMYK0.480.9300.51
HSL269.22º86.47%26.08%-
HSV(B)269.22º92.74%48.63%-
XYZ5.922.7719.29-
YUV38.85176.05146.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.83%
GREEN value IS 9 (3.91% from 255) = 4.55%
BLUE value IS 124 (48.83% from 255) = 62.63%
R=32.83%
G=4.55%
B=62.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6591240.480.9300.51269.2286.4726.08
Hex4197C305D03310d561a
Octal101111746013506341512632
Binary10000011001111110011000010111010110011100001101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41097C; }

 p { color: rgb(65,9,124); }

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

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

 a { background-color: rgb(65,9,124); }

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

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

 span { border-color: rgb(65,9,124); }

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