#41097A

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

Shades of Indigo #41097A

Tints of Indigo #41097A

Color information

#41097A (or 0x41097A) is unknown color: approx Indigo. HEX triplet: 41, 09 and 7A. RGB value is (65,9,122). Sum of RGB (Red+Green+Blue) = 65+9+122=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 122 (48.05% from 255 or 62.24% from 196); Max value from RGB is 122 - color contains mainly: blue. Hex color #41097A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41097A is #BEF685. Grayscale: #262626. Windows color (decimal): -12514950 or 7997761. OLE color: 7997761.

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

Color convert

RGB659122-
CMYK0.470.9300.52
HSL269.73º86.26%25.69%-
HSV(B)269.73º92.62%47.84%-
XYZ5.792.7218.63-
YUV38.63175.05146.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.16%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 122 (48.05% from 255) = 62.24%
R=33.16%
G=4.59%
B=62.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6591220.470.9300.52269.7386.2625.69
Hex4197A2F5D03410e561a
Octal101111725713506441612632
Binary10000011001111101010111110111010110100100001110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41097A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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