Html Css Color HEX #5308D9 Han Purple

📋 copy color: '#5308D9'

red 83 ◦ green 8 ◦ blue 217

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

Shades of Han Purple #5308D9

Tints of Han Purple #5308D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 70.45%

R = 26.95%
G = 2.6%
B = 70.45%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5308D9 (or 0x5308D9) is known color: Han Purple. HEX triplet: 53, 08 and D9. RGB value is (83,8,217). Sum of RGB (Red+Green+Blue) = 83+8+217=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 217 (85.16% from 255 or 70.45% from 308); Max value from RGB is 217 - color contains mainly: blue. Hex color #5308D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5308D9 is #ACF726. Grayscale: #353535. Windows color (decimal): -11335463 or 14223443. OLE color: 14223443.

HSL color Cylindrical-coordinate representation of color #5308D9: hue angle of 261.53º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5308D9 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 8 217 -
CMYK 0.62 0.96 0 0.15
HSL 261.53º 0.93% 0.44% -
HSV(B) 261.53º 0.96% 0.85% -
XYZ 16.18 7.02 66.15 -
YUV 54.25 219.85 148.51 -
System Red Green Blue C M Y K H S L
Decimal 83 8 217 0.62 0.96 0 0.15 261.53 0.93 0.44
Hex 53 8 D9 3E 60 0 F 106 5D 2C
Octal 123 10 331 76 140 0 17 406 135 54
Binary 1010011 1000 11011001 111110 1100000 0 1111 100000110 1011101 101100

Color Harmonies of #5308D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5308D9

Black with #5308D9

Text Example


Text Example

White with #5308D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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