Html Css Color HEX #530DEF Han Purple

📋 copy color: '#530DEF'

red 83 ◦ green 13 ◦ blue 239

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

Shades of Han Purple #530DEF

Tints of Han Purple #530DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 71.34%

R = 24.78%
G = 3.88%
B = 71.34%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#530DEF (or 0x530DEF) is known color: Han Purple. HEX triplet: 53, 0D and EF. RGB value is (83,13,239). Sum of RGB (Red+Green+Blue) = 83+13+239=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #530DEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530DEF is #ACF210. Grayscale: #3A3A3A. Windows color (decimal): -11334161 or 15666515. OLE color: 15666515.

HSL color Cylindrical-coordinate representation of color #530DEF: hue angle of 258.58º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530DEF is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 13 239 -
CMYK 0.65 0.95 0 0.06
HSL 258.58º 0.9% 0.49% -
HSV(B) 258.58º 0.95% 0.94% -
XYZ 19.29 8.36 82.26 -
YUV 59.69 229.19 144.62 -
System Red Green Blue C M Y K H S L
Decimal 83 13 239 0.65 0.95 0 0.06 258.58 0.9 0.49
Hex 53 D EF 41 5F 0 6 103 5A 31
Octal 123 15 357 101 137 0 6 403 132 61
Binary 1010011 1101 11101111 1000001 1011111 0 110 100000011 1011010 110001

Color Harmonies of #530DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530DEF

Black with #530DEF

Text Example


Text Example

White with #530DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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