Html Css Color HEX #530DD9 Han Purple

📋 copy color: '#530DD9'

red 83 ◦ green 13 ◦ blue 217

#530DD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #530DD9

Tints of Han Purple #530DD9

RGB

 RED value IS 83 (32.81% from 255) = 26.52%

 GREEN value IS 13 (5.47% from 255) = 4.15%

 BLUE value IS 217 (85.16% from 255) = 69.33%

R = 26.52%
G = 4.15%
B = 69.33%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#530DD9 (or 0x530DD9) is known color: Han Purple. HEX triplet: 53, 0D and D9. RGB value is (83,13,217). Sum of RGB (Red+Green+Blue) = 83+13+217=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 217 (85.16% from 255 or 69.33% from 313); Max value from RGB is 217 - color contains mainly: blue. Hex color #530DD9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530DD9 is #ACF226. Grayscale: #383838. Windows color (decimal): -11334183 or 14224723. OLE color: 14224723.

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

Color convert

RGB 83 13 217 -
CMYK 0.62 0.94 0 0.15
HSL 260.59º 0.89% 0.45% -
HSV(B) 260.59º 0.94% 0.85% -
XYZ 16.24 7.14 66.17 -
YUV 57.19 218.19 146.41 -
System Red Green Blue C M Y K H S L
Decimal 83 13 217 0.62 0.94 0 0.15 260.59 0.89 0.45
Hex 53 D D9 3E 5E 0 F 105 59 2D
Octal 123 15 331 76 136 0 17 405 131 55
Binary 1010011 1101 11011001 111110 1011110 0 1111 100000101 1011001 101101

Color Harmonies of #530DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530DD9

Black with #530DD9

Text Example


Text Example

White with #530DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #530DD9;
 }
 .AnyTagClassName
 {
   color: #530DD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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