#480270

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

Shades of Indigo #480270

Tints of Indigo #480270

Color information

#480270 (or 0x480270) is unknown color: approx Indigo. HEX triplet: 48, 02 and 70. RGB value is (72,2,112). Sum of RGB (Red+Green+Blue) = 72+2+112=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #480270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480270 is #B7FD8F. Grayscale: #232323. Windows color (decimal): -12058000 or 7340616. OLE color: 7340616.

HSL color Cylindrical-coordinate representation of color #480270: hue angle of 278.18º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #480270 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB722112-
CMYK0.360.9800.56
HSL278.18º96.49%22.35%-
HSV(B)278.18º98.21%43.92%-
XYZ5.622.5915.53-
YUV35.47171.19154.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.71%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 112 (44.14% from 255) = 60.22%
R=38.71%
G=1.08%
B=60.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7221120.360.9800.56278.1896.4922.35
Hex4827024620381166016
Octal11021604414207042614026
Binary100100010111000010010011000100111000100010110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480270; }

 p { color: rgb(72,2,112); }

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

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

 a { background-color: rgb(72,2,112); }

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

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

 span { border-color: rgb(72,2,112); }

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