#530761

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

Shades of Indigo #530761

Tints of Indigo #530761

Color information

#530761 (or 0x530761) is unknown color: approx Indigo. HEX triplet: 53, 07 and 61. RGB value is (83,7,97). Sum of RGB (Red+Green+Blue) = 83+7+97=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #530761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530761 is #ACF89E. Grayscale: #272727. Windows color (decimal): -11335839 or 6358867. OLE color: 6358867.

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

Color convert

RGB83797-
CMYK0.140.9300.62
HSL290.67º86.54%20.39%-
HSV(B)290.67º92.78%38.04%-
XYZ5.82.8511.55-
YUV39.98160.18158.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 7 (3.12% from 255) = 3.74%
BLUE value IS 97 (38.28% from 255) = 51.87%
R=44.39%
G=3.74%
B=51.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal837970.140.9300.62290.6786.5420.39
Hex53761E5D03E1235714
Octal12371411613507644312724
Binary10100111111100001111010111010111110100100011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530761; }

 p { color: rgb(83,7,97); }

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

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

 a { background-color: rgb(83,7,97); }

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

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

 span { border-color: rgb(83,7,97); }

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