Html Css Color HEX #530DFD Han Purple

📋 copy color: '#530DFD'

red 83 ◦ green 13 ◦ blue 253

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

Shades of Han Purple #530DFD

Tints of Han Purple #530DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 72.49%

R = 23.78%
G = 3.72%
B = 72.49%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#530DFD (or 0x530DFD) is known color: Han Purple. HEX triplet: 53, 0D and FD. RGB value is (83,13,253). Sum of RGB (Red+Green+Blue) = 83+13+253=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 253 (99.22% from 255 or 72.49% from 349); Max value from RGB is 253 - color contains mainly: blue. Hex color #530DFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530DFD is #ACF202. Grayscale: #3C3C3C. Windows color (decimal): -11334147 or 16584019. OLE color: 16584019.

HSL color Cylindrical-coordinate representation of color #530DFD: hue angle of 257.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530DFD is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 13 253 -
CMYK 0.67 0.95 0 0.01
HSL 257.5º 0.98% 0.52% -
HSV(B) 257.5º 0.95% 0.99% -
XYZ 21.44 9.22 93.58 -
YUV 61.29 236.19 143.49 -
System Red Green Blue C M Y K H S L
Decimal 83 13 253 0.67 0.95 0 0.01 257.5 0.98 0.52
Hex 53 D FD 43 5F 0 1 102 62 34
Octal 123 15 375 103 137 0 1 402 142 64
Binary 1010011 1101 11111101 1000011 1011111 0 1 100000010 1100010 110100

Color Harmonies of #530DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530DFD

Black with #530DFD

Text Example


Text Example

White with #530DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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