#530B75

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

Shades of Indigo #530B75

Tints of Indigo #530B75

Color information

#530B75 (or 0x530B75) is unknown color: approx Indigo. HEX triplet: 53, 0B and 75. RGB value is (83,11,117). Sum of RGB (Red+Green+Blue) = 83+11+117=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #530B75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530B75 is #ACF48A. Grayscale: #2C2C2C. Windows color (decimal): -11334795 or 7670611. OLE color: 7670611.

HSL color Cylindrical-coordinate representation of color #530B75: hue angle of 280.75º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #530B75 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8311117-
CMYK0.290.9100.54
HSL280.75º82.81%25.1%-
HSV(B)280.75º90.6%45.88%-
XYZ6.93.3617.12-
YUV44.61168.85155.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.34%
GREEN value IS 11 (4.69% from 255) = 5.21%
BLUE value IS 117 (46.09% from 255) = 55.45%
R=39.34%
G=5.21%
B=55.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83111170.290.9100.54280.7582.8125.1
Hex53B751D5B0361195319
Octal123131653513306643112331
Binary1010011101111101011110110110110110110100011001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530B75; }

 p { color: rgb(83,11,117); }

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

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

 a { background-color: rgb(83,11,117); }

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

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

 span { border-color: rgb(83,11,117); }

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