Html Css Color HEX #5308FD Han Purple

📋 copy color: '#5308FD'

red 83 ◦ green 8 ◦ blue 253

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

Shades of Han Purple #5308FD

Tints of Han Purple #5308FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 73.55%

R = 24.13%
G = 2.33%
B = 73.55%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5308FD (or 0x5308FD) is known color: Han Purple. HEX triplet: 53, 08 and FD. RGB value is (83,8,253). Sum of RGB (Red+Green+Blue) = 83+8+253=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 253 (99.22% from 255 or 73.55% from 344); Max value from RGB is 253 - color contains mainly: blue. Hex color #5308FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5308FD is #ACF702. Grayscale: #393939. Windows color (decimal): -11335427 or 16582739. OLE color: 16582739.

HSL color Cylindrical-coordinate representation of color #5308FD: hue angle of 258.37º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5308FD is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 8 253 -
CMYK 0.67 0.97 0 0.01
HSL 258.37º 0.98% 0.51% -
HSV(B) 258.37º 0.97% 0.99% -
XYZ 21.38 9.1 93.56 -
YUV 58.36 237.85 145.58 -
System Red Green Blue C M Y K H S L
Decimal 83 8 253 0.67 0.97 0 0.01 258.37 0.98 0.51
Hex 53 8 FD 43 61 0 1 102 62 33
Octal 123 10 375 103 141 0 1 402 142 63
Binary 1010011 1000 11111101 1000011 1100001 0 1 100000010 1100010 110011

Color Harmonies of #5308FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5308FD

Black with #5308FD

Text Example


Text Example

White with #5308FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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