Html Css Color HEX #5305DB Han Purple

📋 copy color: '#5305DB'

red 83 ◦ green 5 ◦ blue 219

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

Shades of Han Purple #5305DB

Tints of Han Purple #5305DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.63%

 BLUE value IS 219 (85.94% from 255) = 71.34%

R = 27.04%
G = 1.63%
B = 71.34%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5305DB (or 0x5305DB) is known color: Han Purple. HEX triplet: 53, 05 and DB. RGB value is (83,5,219). Sum of RGB (Red+Green+Blue) = 83+5+219=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #5305DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5305DB is #ACFA24. Grayscale: #333333. Windows color (decimal): -11336229 or 14353747. OLE color: 14353747.

HSL color Cylindrical-coordinate representation of color #5305DB: hue angle of 261.87º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5305DB is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 5 219 -
CMYK 0.62 0.98 0 0.14
HSL 261.87º 0.96% 0.44% -
HSV(B) 261.87º 0.98% 0.86% -
XYZ 16.41 7.06 67.52 -
YUV 52.72 221.84 149.6 -
System Red Green Blue C M Y K H S L
Decimal 83 5 219 0.62 0.98 0 0.14 261.87 0.96 0.44
Hex 53 5 DB 3E 62 0 E 106 60 2C
Octal 123 5 333 76 142 0 16 406 140 54
Binary 1010011 101 11011011 111110 1100010 0 1110 100000110 1100000 101100

Color Harmonies of #5305DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5305DB

Black with #5305DB

Text Example


Text Example

White with #5305DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5305DB; }

 p { color: rgb(83,5,219); }

 H1.HeaderClassName
 {
   color: #5305DB;
 }
 .AnyTagClassName
 {
   color: #5305DB;
 }
</style>

background-color css

<style>
 a { background-color: #5305DB; }

 a { background-color: rgb(83,5,219); }

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

border-color css

<style>
 span { border-color: #5305DB; }

 span { border-color: rgb(83,5,219); }

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