#530DE4

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

Shades of Han Purple #530DE4

Tints of Han Purple #530DE4

Color information

#530DE4 (or 0x530DE4) is unknown color: approx Han Purple. HEX triplet: 53, 0D and E4. RGB value is (83,13,228). Sum of RGB (Red+Green+Blue) = 83+13+228=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 228 (89.45% from 255 or 70.37% from 324); Max value from RGB is 228 - color contains mainly: blue. Hex color #530DE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530DE4 is #ACF21B. Grayscale: #393939. Windows color (decimal): -11334172 or 14945619. OLE color: 14945619.

HSL color Cylindrical-coordinate representation of color #530DE4: hue angle of 259.53º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530DE4 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8313228-
CMYK0.640.9400.11
HSL259.53º89.21%47.25%-
HSV(B)259.53º94.3%89.41%-
XYZ17.717.7373.96-
YUV58.44223.69145.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 13 (5.47% from 255) = 4.01%
BLUE value IS 228 (89.45% from 255) = 70.37%
R=25.62%
G=4.01%
B=70.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal83132280.640.9400.11259.5389.2147.25
Hex53DE4405E0B104592f
Octal1231534410013601340413157
Binary101001111011110010010000001011110010111000001001011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,13,228); }

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

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

 a { background-color: rgb(83,13,228); }

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

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

 span { border-color: rgb(83,13,228); }

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