Html Css Color HEX #5308DF Han Purple

📋 copy color: '#5308DF'

red 83 ◦ green 8 ◦ blue 223

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

Shades of Han Purple #5308DF

Tints of Han Purple #5308DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.02%

R = 26.43%
G = 2.55%
B = 71.02%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5308DF (or 0x5308DF) is known color: Han Purple. HEX triplet: 53, 08 and DF. RGB value is (83,8,223). Sum of RGB (Red+Green+Blue) = 83+8+223=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #5308DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5308DF is #ACF720. Grayscale: #363636. Windows color (decimal): -11335457 or 14616659. OLE color: 14616659.

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

Color convert

RGB 83 8 223 -
CMYK 0.63 0.96 0 0.13
HSL 260.93º 0.93% 0.45% -
HSV(B) 260.93º 0.96% 0.87% -
XYZ 16.97 7.34 70.33 -
YUV 54.94 222.85 148.02 -
System Red Green Blue C M Y K H S L
Decimal 83 8 223 0.63 0.96 0 0.13 260.93 0.93 0.45
Hex 53 8 DF 3F 60 0 D 105 5D 2D
Octal 123 10 337 77 140 0 15 405 135 55
Binary 1010011 1000 11011111 111111 1100000 0 1101 100000101 1011101 101101

Color Harmonies of #5308DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5308DF

Black with #5308DF

Text Example


Text Example

White with #5308DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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