#481067

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

Shades of Indigo #481067

Tints of Indigo #481067

Color information

#481067 (or 0x481067) is unknown color: approx Indigo. HEX triplet: 48, 10 and 67. RGB value is (72,16,103). Sum of RGB (Red+Green+Blue) = 72+16+103=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 103 (40.62% from 255 or 53.93% from 191); Max value from RGB is 103 - color contains mainly: blue. Hex color #481067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481067 is #B7EF98. Grayscale: #2A2A2A. Windows color (decimal): -12054425 or 6754376. OLE color: 6754376.

HSL color Cylindrical-coordinate representation of color #481067: hue angle of 278.62º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481067 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7216103-
CMYK0.300.8400.60
HSL278.62º73.11%23.33%-
HSV(B)278.62º84.47%40.39%-
XYZ5.312.7313.08-
YUV42.66162.05148.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 16 (6.64% from 255) = 8.38%
BLUE value IS 103 (40.62% from 255) = 53.93%
R=37.70%
G=8.38%
B=53.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72161030.300.8400.60278.6273.1123.33
Hex4810671E5403C1174917
Octal110201473612407442711127
Binary10010001000011001111111010101000111100100010111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481067; }

 p { color: rgb(72,16,103); }

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

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

 a { background-color: rgb(72,16,103); }

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

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

 span { border-color: rgb(72,16,103); }

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