Html Css Color HEX #5309DD Han Purple

📋 copy color: '#5309DD'

red 83 ◦ green 9 ◦ blue 221

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

Shades of Han Purple #5309DD

Tints of Han Purple #5309DD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.88%

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

R = 26.52%
G = 2.88%
B = 70.61%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5309DD (or 0x5309DD) is known color: Han Purple. HEX triplet: 53, 09 and DD. RGB value is (83,9,221). Sum of RGB (Red+Green+Blue) = 83+9+221=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #5309DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5309DD is #ACF622. Grayscale: #363636. Windows color (decimal): -11335203 or 14485843. OLE color: 14485843.

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

Color convert

RGB 83 9 221 -
CMYK 0.62 0.96 0 0.13
HSL 260.94º 0.92% 0.45% -
HSV(B) 260.94º 0.96% 0.87% -
XYZ 16.72 7.25 68.93 -
YUV 55.29 221.52 147.76 -
System Red Green Blue C M Y K H S L
Decimal 83 9 221 0.62 0.96 0 0.13 260.94 0.92 0.45
Hex 53 9 DD 3E 60 0 D 105 5C 2D
Octal 123 11 335 76 140 0 15 405 134 55
Binary 1010011 1001 11011101 111110 1100000 0 1101 100000101 1011100 101101

Color Harmonies of #5309DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5309DD

Black with #5309DD

Text Example


Text Example

White with #5309DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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