Html Css Color HEX #530DFB Han Purple

📋 copy color: '#530DFB'

red 83 ◦ green 13 ◦ blue 251

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

Shades of Han Purple #530DFB

Tints of Han Purple #530DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 72.33%

R = 23.92%
G = 3.75%
B = 72.33%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#530DFB (or 0x530DFB) is known color: Han Purple. HEX triplet: 53, 0D and FB. RGB value is (83,13,251). Sum of RGB (Red+Green+Blue) = 83+13+251=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 251 (98.44% from 255 or 72.33% from 347); Max value from RGB is 251 - color contains mainly: blue. Hex color #530DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530DFB is #ACF204. Grayscale: #3C3C3C. Windows color (decimal): -11334149 or 16452947. OLE color: 16452947.

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

Color convert

RGB 83 13 251 -
CMYK 0.67 0.95 0 0.02
HSL 257.65º 0.97% 0.52% -
HSV(B) 257.65º 0.95% 0.98% -
XYZ 21.12 9.09 91.91 -
YUV 61.06 235.19 143.65 -
System Red Green Blue C M Y K H S L
Decimal 83 13 251 0.67 0.95 0 0.02 257.65 0.97 0.52
Hex 53 D FB 43 5F 0 2 102 61 34
Octal 123 15 373 103 137 0 2 402 141 64
Binary 1010011 1101 11111011 1000011 1011111 0 10 100000010 1100001 110100

Color Harmonies of #530DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530DFB

Black with #530DFB

Text Example


Text Example

White with #530DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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