#530BDA

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

Shades of Han Purple #530BDA

Tints of Han Purple #530BDA

Color information

#530BDA (or 0x530BDA) is unknown color: approx Han Purple. HEX triplet: 53, 0B and DA. RGB value is (83,11,218). Sum of RGB (Red+Green+Blue) = 83+11+218=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #530BDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530BDA is #ACF425. Grayscale: #373737. Windows color (decimal): -11334694 or 14289747. OLE color: 14289747.

HSL color Cylindrical-coordinate representation of color #530BDA: hue angle of 260.87º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530BDA is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8311218-
CMYK0.620.9500.15
HSL260.87º90.39%44.9%-
HSV(B)260.87º94.95%85.49%-
XYZ16.347.1466.85-
YUV56.13219.35147.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.60%
GREEN value IS 11 (4.69% from 255) = 3.53%
BLUE value IS 218 (85.55% from 255) = 69.87%
R=26.60%
G=3.53%
B=69.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal83112180.620.9500.15260.8790.3944.9
Hex53BDA3E5F0F1055a2d
Octal123133327613701740513255
Binary10100111011110110101111101011111011111000001011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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