#530267

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

Shades of Indigo #530267

Tints of Indigo #530267

Color information

#530267 (or 0x530267) is unknown color: approx Indigo. HEX triplet: 53, 02 and 67. RGB value is (83,2,103). Sum of RGB (Red+Green+Blue) = 83+2+103=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 103 (40.62% from 255 or 54.79% from 188); Max value from RGB is 103 - color contains mainly: blue. Hex color #530267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530267 is #ACFD98. Grayscale: #252525. Windows color (decimal): -11337113 or 6750803. OLE color: 6750803.

HSL color Cylindrical-coordinate representation of color #530267: hue angle of 288.12º 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 #530267 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB832103-
CMYK0.190.9800.60
HSL288.12º96.19%20.59%-
HSV(B)288.12º98.06%40.39%-
XYZ6.042.8613.07-
YUV37.73164.84160.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 103 (40.62% from 255) = 54.79%
R=44.15%
G=1.06%
B=54.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8321030.190.9800.60288.1296.1920.59
Hex53267136203C1206015
Octal12321472314207444014025
Binary10100111011001111001111000100111100100100000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530267; }

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

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

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

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

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

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

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

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