Html Css Color HEX #530DDF Han Purple

📋 copy color: '#530DDF'

red 83 ◦ green 13 ◦ blue 223

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

Shades of Han Purple #530DDF

Tints of Han Purple #530DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.91%

R = 26.02%
G = 4.08%
B = 69.91%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#530DDF (or 0x530DDF) is known color: Han Purple. HEX triplet: 53, 0D and DF. RGB value is (83,13,223). Sum of RGB (Red+Green+Blue) = 83+13+223=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #530DDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530DDF is #ACF220. Grayscale: #393939. Windows color (decimal): -11334177 or 14617939. OLE color: 14617939.

HSL color Cylindrical-coordinate representation of color #530DDF: hue angle of 260º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530DDF is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 13 223 -
CMYK 0.63 0.94 0 0.13
HSL 260º 0.89% 0.46% -
HSV(B) 260º 0.94% 0.87% -
XYZ 17.03 7.45 70.35 -
YUV 57.87 221.19 145.92 -
System Red Green Blue C M Y K H S L
Decimal 83 13 223 0.63 0.94 0 0.13 260 0.89 0.46
Hex 53 D DF 3F 5E 0 D 104 59 2E
Octal 123 15 337 77 136 0 15 404 131 56
Binary 1010011 1101 11011111 111111 1011110 0 1101 100000100 1011001 101110

Color Harmonies of #530DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530DDF

Black with #530DDF

Text Example


Text Example

White with #530DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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