Html Css Color HEX #5305F2 Han Purple

📋 copy color: '#5305F2'

red 83 ◦ green 5 ◦ blue 242

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

Shades of Han Purple #5305F2

Tints of Han Purple #5305F2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.52%

 BLUE value IS 242 (94.92% from 255) = 73.33%

R = 25.15%
G = 1.52%
B = 73.33%

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

#5305F2 (or 0x5305F2) is known color: Han Purple. HEX triplet: 53, 05 and F2. RGB value is (83,5,242). Sum of RGB (Red+Green+Blue) = 83+5+242=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 242 (94.92% from 255 or 73.33% from 330); Max value from RGB is 242 - color contains mainly: blue. Hex color #5305F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5305F2 is #ACFA0D. Grayscale: #363636. Windows color (decimal): -11336206 or 15861075. OLE color: 15861075.

HSL color Cylindrical-coordinate representation of color #5305F2: hue angle of 259.75º degrees, saturation: 0.96, 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 #5305F2 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 5 242 -
CMYK 0.66 0.98 0 0.05
HSL 259.75º 0.96% 0.48% -
HSV(B) 259.75º 0.98% 0.95% -
XYZ 19.65 8.36 84.58 -
YUV 55.34 233.34 147.73 -
System Red Green Blue C M Y K H S L
Decimal 83 5 242 0.66 0.98 0 0.05 259.75 0.96 0.48
Hex 53 5 F2 42 62 0 5 104 60 30
Octal 123 5 362 102 142 0 5 404 140 60
Binary 1010011 101 11110010 1000010 1100010 0 101 100000100 1100000 110000

Color Harmonies of #5305F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5305F2

Black with #5305F2

Text Example


Text Example

White with #5305F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5305F2; }

 p { color: rgb(83,5,242); }

 H1.HeaderClassName
 {
   color: #5305F2;
 }
 .AnyTagClassName
 {
   color: #5305F2;
 }
</style>

background-color css

<style>
 a { background-color: #5305F2; }

 a { background-color: rgb(83,5,242); }

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

border-color css

<style>
 span { border-color: #5305F2; }

 span { border-color: rgb(83,5,242); }

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