Html Css Color HEX #530BF8 Han Purple

📋 copy color: '#530BF8'

red 83 ◦ green 11 ◦ blue 248

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

Shades of Han Purple #530BF8

Tints of Han Purple #530BF8

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.22%

 BLUE value IS 248 (97.27% from 255) = 72.51%

R = 24.27%
G = 3.22%
B = 72.51%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#530BF8 (or 0x530BF8) is known color: Han Purple. HEX triplet: 53, 0B and F8. RGB value is (83,11,248). Sum of RGB (Red+Green+Blue) = 83+11+248=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 248 (97.27% from 255 or 72.51% from 342); Max value from RGB is 248 - color contains mainly: blue. Hex color #530BF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530BF8 is #ACF407. Grayscale: #3A3A3A. Windows color (decimal): -11334664 or 16255827. OLE color: 16255827.

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

Color convert

RGB 83 11 248 -
CMYK 0.67 0.96 0 0.03
HSL 258.23º 0.94% 0.51% -
HSV(B) 258.23º 0.96% 0.97% -
XYZ 20.63 8.86 89.43 -
YUV 59.55 234.35 144.73 -
System Red Green Blue C M Y K H S L
Decimal 83 11 248 0.67 0.96 0 0.03 258.23 0.94 0.51
Hex 53 B F8 43 60 0 3 102 5E 33
Octal 123 13 370 103 140 0 3 402 136 63
Binary 1010011 1011 11111000 1000011 1100000 0 11 100000010 1011110 110011

Color Harmonies of #530BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530BF8

Black with #530BF8

Text Example


Text Example

White with #530BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,11,248); }

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

background-color css

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

 a { background-color: rgb(83,11,248); }

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

border-color css

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

 span { border-color: rgb(83,11,248); }

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