Html Css Color HEX #5305DD Han Purple

📋 copy color: '#5305DD'

red 83 ◦ green 5 ◦ blue 221

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

Shades of Han Purple #5305DD

Tints of Han Purple #5305DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.52%

R = 26.86%
G = 1.62%
B = 71.52%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5305DD (or 0x5305DD) is known color: Han Purple. HEX triplet: 53, 05 and DD. RGB value is (83,5,221). Sum of RGB (Red+Green+Blue) = 83+5+221=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #5305DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5305DD is #ACFA22. Grayscale: #343434. Windows color (decimal): -11336227 or 14484819. OLE color: 14484819.

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

Color convert

RGB 83 5 221 -
CMYK 0.62 0.98 0 0.13
HSL 261.67º 0.96% 0.44% -
HSV(B) 261.67º 0.98% 0.87% -
XYZ 16.67 7.17 68.91 -
YUV 52.95 222.84 149.44 -
System Red Green Blue C M Y K H S L
Decimal 83 5 221 0.62 0.98 0 0.13 261.67 0.96 0.44
Hex 53 5 DD 3E 62 0 D 106 60 2C
Octal 123 5 335 76 142 0 15 406 140 54
Binary 1010011 101 11011101 111110 1100010 0 1101 100000110 1100000 101100

Color Harmonies of #5305DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5305DD

Black with #5305DD

Text Example


Text Example

White with #5305DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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