Html Css Color HEX #530EFB Han Purple

📋 copy color: '#530EFB'

red 83 ◦ green 14 ◦ blue 251

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

Shades of Han Purple #530EFB

Tints of Han Purple #530EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.02%

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

R = 23.85%
G = 4.02%
B = 72.13%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#530EFB (or 0x530EFB) is known color: Han Purple. HEX triplet: 53, 0E and FB. RGB value is (83,14,251). Sum of RGB (Red+Green+Blue) = 83+14+251=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #530EFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530EFB is #ACF104. Grayscale: #3C3C3C. Windows color (decimal): -11333893 or 16453203. OLE color: 16453203.

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

Color convert

RGB 83 14 251 -
CMYK 0.67 0.94 0 0.02
HSL 257.47º 0.97% 0.52% -
HSV(B) 257.47º 0.94% 0.98% -
XYZ 21.14 9.12 91.91 -
YUV 61.65 234.86 143.23 -
System Red Green Blue C M Y K H S L
Decimal 83 14 251 0.67 0.94 0 0.02 257.47 0.97 0.52
Hex 53 E FB 43 5E 0 2 101 61 34
Octal 123 16 373 103 136 0 2 401 141 64
Binary 1010011 1110 11111011 1000011 1011110 0 10 100000001 1100001 110100

Color Harmonies of #530EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530EFB

Black with #530EFB

Text Example


Text Example

White with #530EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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