#4F0360

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

Shades of Indigo #4F0360

Tints of Indigo #4F0360

Color information

#4F0360 (or 0x4F0360) is unknown color: approx Indigo. HEX triplet: 4F, 03 and 60. RGB value is (79,3,96). Sum of RGB (Red+Green+Blue) = 79+3+96=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F0360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0360 is #B0FC9F. Grayscale: #242424. Windows color (decimal): -11599008 or 6292303. OLE color: 6292303.

HSL color Cylindrical-coordinate representation of color #4F0360: hue angle of 289.03º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F0360 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB79396-
CMYK0.180.9700.62
HSL289.03º93.94%19.41%-
HSV(B)289.03º96.88%37.65%-
XYZ5.372.5711.28-
YUV36.33161.68158.44-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.38%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 96 (37.89% from 255) = 53.93%
R=44.38%
G=1.69%
B=53.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal793960.180.9700.62289.0393.9419.41
Hex4F360126103E1215e13
Octal11731402214107644113623
Binary10011111111000001001011000010111110100100001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F0360; }

 p { color: rgb(79,3,96); }

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

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

 a { background-color: rgb(79,3,96); }

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

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

 span { border-color: rgb(79,3,96); }

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