#4F0265

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

Shades of Indigo #4F0265

Tints of Indigo #4F0265

Color information

#4F0265 (or 0x4F0265) is unknown color: approx Indigo. HEX triplet: 4F, 02 and 65. RGB value is (79,2,101). Sum of RGB (Red+Green+Blue) = 79+2+101=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 101 (39.84% from 255 or 55.49% from 182); Max value from RGB is 101 - color contains mainly: blue. Hex color #4F0265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0265 is #B0FD9A. Grayscale: #232323. Windows color (decimal): -11599259 or 6619727. OLE color: 6619727.

HSL color Cylindrical-coordinate representation of color #4F0265: hue angle of 286.67º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F0265 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB792101-
CMYK0.220.9800.60
HSL286.67º96.12%20.2%-
HSV(B)286.67º98.02%39.61%-
XYZ5.62.6512.53-
YUV36.31164.51158.45-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.41%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 101 (39.84% from 255) = 55.49%
R=43.41%
G=1.10%
B=55.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7921010.220.9800.60286.6796.1220.2
Hex4F265166203C11f6014
Octal11721452614207443714024
Binary10011111011001011011011000100111100100011111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,2,101); }

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

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

 a { background-color: rgb(79,2,101); }

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

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

 span { border-color: rgb(79,2,101); }

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