#530266

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

Shades of Indigo #530266

Tints of Indigo #530266

Color information

#530266 (or 0x530266) is unknown color: approx Indigo. HEX triplet: 53, 02 and 66. RGB value is (83,2,102). Sum of RGB (Red+Green+Blue) = 83+2+102=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #530266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530266 is #ACFD99. Grayscale: #252525. Windows color (decimal): -11337114 or 6685267. OLE color: 6685267.

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

Color convert

RGB832102-
CMYK0.190.9800.6
HSL288.6º96.15%20.39%-
HSV(B)288.6º98.04%40%-
XYZ5.992.8412.8-
YUV37.62164.34160.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 102 (40.23% from 255) = 54.55%
R=44.39%
G=1.07%
B=54.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8321020.190.9800.6288.696.1520.39
Hex53266136203C1216014
Octal12321462314207444114024
Binary10100111011001101001111000100111100100100001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530266; }

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

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

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

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

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

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

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

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