Html Css Color HEX #5308F9 Han Purple

📋 copy color: '#5308F9'

red 83 ◦ green 8 ◦ blue 249

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

Shades of Han Purple #5308F9

Tints of Han Purple #5308F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 73.24%

R = 24.41%
G = 2.35%
B = 73.24%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5308F9 (or 0x5308F9) is known color: Han Purple. HEX triplet: 53, 08 and F9. RGB value is (83,8,249). Sum of RGB (Red+Green+Blue) = 83+8+249=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 249 (97.66% from 255 or 73.24% from 340); Max value from RGB is 249 - color contains mainly: blue. Hex color #5308F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5308F9 is #ACF706. Grayscale: #393939. Windows color (decimal): -11335431 or 16320595. OLE color: 16320595.

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

Color convert

RGB 83 8 249 -
CMYK 0.67 0.97 0 0.02
HSL 258.67º 0.95% 0.5% -
HSV(B) 258.67º 0.97% 0.98% -
XYZ 20.75 8.85 90.24 -
YUV 57.9 235.85 145.9 -
System Red Green Blue C M Y K H S L
Decimal 83 8 249 0.67 0.97 0 0.02 258.67 0.95 0.5
Hex 53 8 F9 43 61 0 2 103 5F 32
Octal 123 10 371 103 141 0 2 403 137 62
Binary 1010011 1000 11111001 1000011 1100001 0 10 100000011 1011111 110010

Color Harmonies of #5308F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5308F9

Black with #5308F9

Text Example


Text Example

White with #5308F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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