#520267

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

Shades of Indigo #520267

Tints of Indigo #520267

Color information

#520267 (or 0x520267) is unknown color: approx Indigo. HEX triplet: 52, 02 and 67. RGB value is (82,2,103). Sum of RGB (Red+Green+Blue) = 82+2+103=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 103 (40.62% from 255 or 55.08% from 187); Max value from RGB is 103 - color contains mainly: blue. Hex color #520267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520267 is #ADFD98. Grayscale: #252525. Windows color (decimal): -11402649 or 6750802. OLE color: 6750802.

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

Color convert

RGB822103-
CMYK0.200.9800.60
HSL287.52º96.19%20.59%-
HSV(B)287.52º98.06%40.39%-
XYZ5.952.8213.06-
YUV37.43165159.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.85%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 103 (40.62% from 255) = 55.08%
R=43.85%
G=1.07%
B=55.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8221030.200.9800.60287.5296.1920.59
Hex52267146203C1206015
Octal12221472414207444014025
Binary10100101011001111010011000100111100100100000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520267; }

 p { color: rgb(82,2,103); }

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

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

 a { background-color: rgb(82,2,103); }

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

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

 span { border-color: rgb(82,2,103); }

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