Html Css Color HEX #5306F3 Han Purple

📋 copy color: '#5306F3'

red 83 ◦ green 6 ◦ blue 243

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

Shades of Han Purple #5306F3

Tints of Han Purple #5306F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 73.19%

R = 25%
G = 1.81%
B = 73.19%

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

#5306F3 (or 0x5306F3) is known color: Han Purple. HEX triplet: 53, 06 and F3. RGB value is (83,6,243). Sum of RGB (Red+Green+Blue) = 83+6+243=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 243 (95.31% from 255 or 73.19% from 332); Max value from RGB is 243 - color contains mainly: blue. Hex color #5306F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5306F3 is #ACF90C. Grayscale: #373737. Windows color (decimal): -11335949 or 15926867. OLE color: 15926867.

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

Color convert

RGB 83 6 243 -
CMYK 0.66 0.98 0 0.05
HSL 259.49º 0.95% 0.49% -
HSV(B) 259.49º 0.98% 0.95% -
XYZ 19.81 8.44 85.38 -
YUV 56.04 233.51 147.23 -
System Red Green Blue C M Y K H S L
Decimal 83 6 243 0.66 0.98 0 0.05 259.49 0.95 0.49
Hex 53 6 F3 42 62 0 5 103 5F 31
Octal 123 6 363 102 142 0 5 403 137 61
Binary 1010011 110 11110011 1000010 1100010 0 101 100000011 1011111 110001

Color Harmonies of #5306F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5306F3

Black with #5306F3

Text Example


Text Example

White with #5306F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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