Html Css Color HEX #530BFB Han Purple

📋 copy color: '#530BFB'

red 83 ◦ green 11 ◦ blue 251

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

Shades of Han Purple #530BFB

Tints of Han Purple #530BFB

RGB

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

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

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

R = 24.06%
G = 3.19%
B = 72.75%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#530BFB (or 0x530BFB) is known color: Han Purple. HEX triplet: 53, 0B and FB. RGB value is (83,11,251). Sum of RGB (Red+Green+Blue) = 83+11+251=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 251 (98.44% from 255 or 72.75% from 345); Max value from RGB is 251 - color contains mainly: blue. Hex color #530BFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530BFB is #ACF404. Grayscale: #3B3B3B. Windows color (decimal): -11334661 or 16452435. OLE color: 16452435.

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

Color convert

RGB 83 11 251 -
CMYK 0.67 0.96 0 0.02
HSL 258º 0.97% 0.51% -
HSV(B) 258º 0.96% 0.98% -
XYZ 21.1 9.04 91.9 -
YUV 59.89 235.85 144.49 -
System Red Green Blue C M Y K H S L
Decimal 83 11 251 0.67 0.96 0 0.02 258 0.97 0.51
Hex 53 B FB 43 60 0 2 102 61 33
Octal 123 13 373 103 140 0 2 402 141 63
Binary 1010011 1011 11111011 1000011 1100000 0 10 100000010 1100001 110011

Color Harmonies of #530BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530BFB

Black with #530BFB

Text Example


Text Example

White with #530BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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