#530897

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

Shades of Indigo #530897

Tints of Indigo #530897

Color information

#530897 (or 0x530897) is unknown color: approx Indigo. HEX triplet: 53, 08 and 97. RGB value is (83,8,151). Sum of RGB (Red+Green+Blue) = 83+8+151=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 151 (59.38% from 255 or 62.40% from 242); Max value from RGB is 151 - color contains mainly: blue. Hex color #530897 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530897 is #ACF768. Grayscale: #2E2E2E. Windows color (decimal): -11335529 or 9898067. OLE color: 9898067.

HSL color Cylindrical-coordinate representation of color #530897: hue angle of 271.47º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530897 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB838151-
CMYK0.450.9500.41
HSL271.47º89.94%31.18%-
HSV(B)271.47º94.7%59.22%-
XYZ9.244.2529.61-
YUV46.73186.85153.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.30%
GREEN value IS 8 (3.52% from 255) = 3.31%
BLUE value IS 151 (59.38% from 255) = 62.40%
R=34.30%
G=3.31%
B=62.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8381510.450.9500.41271.4789.9431.18
Hex538972D5F02910f5a1f
Octal123102275513705141713237
Binary101001110001001011110110110111110101001100001111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530897; }

 p { color: rgb(83,8,151); }

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

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

 a { background-color: rgb(83,8,151); }

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

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

 span { border-color: rgb(83,8,151); }

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