#530985

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

Shades of Indigo #530985

Tints of Indigo #530985

Color information

#530985 (or 0x530985) is unknown color: approx Indigo. HEX triplet: 53, 09 and 85. RGB value is (83,9,133). Sum of RGB (Red+Green+Blue) = 83+9+133=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #530985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530985 is #ACF67A. Grayscale: #2C2C2C. Windows color (decimal): -11335291 or 8718675. OLE color: 8718675.

HSL color Cylindrical-coordinate representation of color #530985: hue angle of 275.81º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530985 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB839133-
CMYK0.380.9300.48
HSL275.81º87.32%27.84%-
HSV(B)275.81º93.23%52.16%-
XYZ7.93.7322.49-
YUV45.26177.52154.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.89%
GREEN value IS 9 (3.91% from 255) = 4%
BLUE value IS 133 (52.34% from 255) = 59.11%
R=36.89%
G=4%
B=59.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8391330.380.9300.48275.8187.3227.84
Hex53985265D030114571c
Octal123112054613506042412734
Binary101001110011000010110011010111010110000100010100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530985; }

 p { color: rgb(83,9,133); }

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

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

 a { background-color: rgb(83,9,133); }

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

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

 span { border-color: rgb(83,9,133); }

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