#4F0B6C

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

Shades of Indigo #4F0B6C

Tints of Indigo #4F0B6C

Color information

#4F0B6C (or 0x4F0B6C) is unknown color: approx Indigo. HEX triplet: 4F, 0B and 6C. RGB value is (79,11,108). Sum of RGB (Red+Green+Blue) = 79+11+108=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F0B6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0B6C is #B0F493. Grayscale: #2A2A2A. Windows color (decimal): -11596948 or 7080783. OLE color: 7080783.

HSL color Cylindrical-coordinate representation of color #4F0B6C: hue angle of 282.06º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F0B6C is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7911108-
CMYK0.270.9000.58
HSL282.06º81.51%23.33%-
HSV(B)282.06º89.81%42.35%-
XYZ6.052.9814.44-
YUV42.39165.03154.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.90%
GREEN value IS 11 (4.69% from 255) = 5.56%
BLUE value IS 108 (42.58% from 255) = 54.55%
R=39.90%
G=5.56%
B=54.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79111080.270.9000.58282.0681.5123.33
Hex4FB6C1B5A03A11a5217
Octal117131543313207243212227
Binary1001111101111011001101110110100111010100011010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,11,108); }

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

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

 a { background-color: rgb(79,11,108); }

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

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

 span { border-color: rgb(79,11,108); }

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