#41087A

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

Shades of Indigo #41087A

Tints of Indigo #41087A

Color information

#41087A (or 0x41087A) is unknown color: approx Indigo. HEX triplet: 41, 08 and 7A. RGB value is (65,8,122). Sum of RGB (Red+Green+Blue) = 65+8+122=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 122 (48.05% from 255 or 62.56% from 195); Max value from RGB is 122 - color contains mainly: blue. Hex color #41087A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41087A is #BEF785. Grayscale: #252525. Windows color (decimal): -12515206 or 7997505. OLE color: 7997505.

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

Color convert

RGB658122-
CMYK0.470.9300.52
HSL270º87.69%25.49%-
HSV(B)270º93.44%47.84%-
XYZ5.782.718.63-
YUV38.04175.38147.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.33%
GREEN value IS 8 (3.52% from 255) = 4.10%
BLUE value IS 122 (48.05% from 255) = 62.56%
R=33.33%
G=4.10%
B=62.56%

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
Decimal6581220.470.9300.5227087.6925.49
Hex4187A2F5D03410e5819
Octal101101725713506441613031
Binary10000011000111101010111110111010110100100001110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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