Html Css Color HEX #5306F1 Han Purple

📋 copy color: '#5306F1'

red 83 ◦ green 6 ◦ blue 241

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

Shades of Han Purple #5306F1

Tints of Han Purple #5306F1

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.82%

 BLUE value IS 241 (94.53% from 255) = 73.03%

R = 25.15%
G = 1.82%
B = 73.03%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5306F1 (or 0x5306F1) is known color: Han Purple. HEX triplet: 53, 06 and F1. RGB value is (83,6,241). Sum of RGB (Red+Green+Blue) = 83+6+241=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 241 (94.53% from 255 or 73.03% from 330); Max value from RGB is 241 - color contains mainly: blue. Hex color #5306F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5306F1 is #ACF90E. Grayscale: #363636. Windows color (decimal): -11335951 or 15795795. OLE color: 15795795.

HSL color Cylindrical-coordinate representation of color #5306F1: hue angle of 259.66º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5306F1 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 6 241 -
CMYK 0.66 0.98 0 0.05
HSL 259.66º 0.95% 0.48% -
HSV(B) 259.66º 0.98% 0.95% -
XYZ 19.51 8.32 83.8 -
YUV 55.81 232.51 147.39 -
System Red Green Blue C M Y K H S L
Decimal 83 6 241 0.66 0.98 0 0.05 259.66 0.95 0.48
Hex 53 6 F1 42 62 0 5 104 5F 30
Octal 123 6 361 102 142 0 5 404 137 60
Binary 1010011 110 11110001 1000010 1100010 0 101 100000100 1011111 110000

Color Harmonies of #5306F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5306F1

Black with #5306F1

Text Example


Text Example

White with #5306F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5306F1; }

 p { color: rgb(83,6,241); }

 H1.HeaderClassName
 {
   color: #5306F1;
 }
 .AnyTagClassName
 {
   color: #5306F1;
 }
</style>

background-color css

<style>
 a { background-color: #5306F1; }

 a { background-color: rgb(83,6,241); }

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

border-color css

<style>
 span { border-color: #5306F1; }

 span { border-color: rgb(83,6,241); }

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