Html Css Color HEX #5302EB Han Purple

📋 copy color: '#5302EB'

red 83 ◦ green 2 ◦ blue 235

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

Shades of Han Purple #5302EB

Tints of Han Purple #5302EB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 235 (92.19% from 255) = 73.44%

R = 25.94%
G = 0.63%
B = 73.44%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5302EB (or 0x5302EB) is known color: Han Purple. HEX triplet: 53, 02 and EB. RGB value is (83,2,235). Sum of RGB (Red+Green+Blue) = 83+2+235=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 235 (92.19% from 255 or 73.44% from 320); Max value from RGB is 235 - color contains mainly: blue. Hex color #5302EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5302EB is #ACFD14. Grayscale: #333333. Windows color (decimal): -11336981 or 15401555. OLE color: 15401555.

HSL color Cylindrical-coordinate representation of color #5302EB: hue angle of 260.86º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5302EB is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 2 235 -
CMYK 0.65 0.99 0 0.08
HSL 260.86º 0.98% 0.46% -
HSV(B) 260.86º 0.99% 0.92% -
XYZ 18.58 7.88 79.14 -
YUV 52.78 230.84 149.55 -
System Red Green Blue C M Y K H S L
Decimal 83 2 235 0.65 0.99 0 0.08 260.86 0.98 0.46
Hex 53 2 EB 41 63 0 8 105 62 2E
Octal 123 2 353 101 143 0 10 405 142 56
Binary 1010011 10 11101011 1000001 1100011 0 1000 100000101 1100010 101110

Color Harmonies of #5302EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5302EB

Black with #5302EB

Text Example


Text Example

White with #5302EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5302EB; }

 p { color: rgb(83,2,235); }

 H1.HeaderClassName
 {
   color: #5302EB;
 }
 .AnyTagClassName
 {
   color: #5302EB;
 }
</style>

background-color css

<style>
 a { background-color: #5302EB; }

 a { background-color: rgb(83,2,235); }

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

border-color css

<style>
 span { border-color: #5302EB; }

 span { border-color: rgb(83,2,235); }

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