Html Css Color HEX #5308DD Han Purple

📋 copy color: '#5308DD'

red 83 ◦ green 8 ◦ blue 221

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

Shades of Han Purple #5308DD

Tints of Han Purple #5308DD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.56%

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

R = 26.6%
G = 2.56%
B = 70.83%

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

#5308DD (or 0x5308DD) is known color: Han Purple. HEX triplet: 53, 08 and DD. RGB value is (83,8,221). Sum of RGB (Red+Green+Blue) = 83+8+221=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 221 (86.72% from 255 or 70.83% from 312); Max value from RGB is 221 - color contains mainly: blue. Hex color #5308DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5308DD is #ACF722. Grayscale: #353535. Windows color (decimal): -11335459 or 14485587. OLE color: 14485587.

HSL color Cylindrical-coordinate representation of color #5308DD: hue angle of 261.13º degrees, saturation: 0.93, 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 #5308DD is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 8 221 -
CMYK 0.62 0.96 0 0.13
HSL 261.13º 0.93% 0.45% -
HSV(B) 261.13º 0.96% 0.87% -
XYZ 16.71 7.23 68.92 -
YUV 54.71 221.85 148.18 -
System Red Green Blue C M Y K H S L
Decimal 83 8 221 0.62 0.96 0 0.13 261.13 0.93 0.45
Hex 53 8 DD 3E 60 0 D 105 5D 2D
Octal 123 10 335 76 140 0 15 405 135 55
Binary 1010011 1000 11011101 111110 1100000 0 1101 100000101 1011101 101101

Color Harmonies of #5308DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5308DD

Black with #5308DD

Text Example


Text Example

White with #5308DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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