#481695

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

Shades of Indigo #481695

Tints of Indigo #481695

Color information

#481695 (or 0x481695) is unknown color: approx Indigo. HEX triplet: 48, 16 and 95. RGB value is (72,22,149). Sum of RGB (Red+Green+Blue) = 72+22+149=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #481695 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481695 is #B7E96A. Grayscale: #323232. Windows color (decimal): -12052843 or 9770568. OLE color: 9770568.

HSL color Cylindrical-coordinate representation of color #481695: hue angle of 263.62º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481695 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7222149-
CMYK0.520.8500.42
HSL263.62º74.27%33.53%-
HSV(B)263.62º85.23%58.43%-
XYZ8.384.1228.79-
YUV51.43183.06142.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.63%
GREEN value IS 22 (8.98% from 255) = 9.05%
BLUE value IS 149 (58.59% from 255) = 61.32%
R=29.63%
G=9.05%
B=61.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72221490.520.8500.42263.6274.2733.53
Hex481695345502A1084a22
Octal110262256412505241011242
Binary10010001011010010101110100101010101010101000010001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481695; }

 p { color: rgb(72,22,149); }

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

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

 a { background-color: rgb(72,22,149); }

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

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

 span { border-color: rgb(72,22,149); }

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