Html Css Color HEX #5309EE Han Purple

📋 copy color: '#5309EE'

red 83 ◦ green 9 ◦ blue 238

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

Shades of Han Purple #5309EE

Tints of Han Purple #5309EE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.73%

 BLUE value IS 238 (93.36% from 255) = 72.12%

R = 25.15%
G = 2.73%
B = 72.12%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5309EE (or 0x5309EE) is known color: Han Purple. HEX triplet: 53, 09 and EE. RGB value is (83,9,238). Sum of RGB (Red+Green+Blue) = 83+9+238=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 238 (93.36% from 255 or 72.12% from 330); Max value from RGB is 238 - color contains mainly: blue. Hex color #5309EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5309EE is #ACF611. Grayscale: #383838. Windows color (decimal): -11335186 or 15599955. OLE color: 15599955.

HSL color Cylindrical-coordinate representation of color #5309EE: hue angle of 259.39º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5309EE is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 9 238 -
CMYK 0.65 0.96 0 0.07
HSL 259.39º 0.93% 0.48% -
HSV(B) 259.39º 0.96% 0.93% -
XYZ 19.1 8.21 81.47 -
YUV 57.23 230.02 146.38 -
System Red Green Blue C M Y K H S L
Decimal 83 9 238 0.65 0.96 0 0.07 259.39 0.93 0.48
Hex 53 9 EE 41 60 0 7 103 5D 30
Octal 123 11 356 101 140 0 7 403 135 60
Binary 1010011 1001 11101110 1000001 1100000 0 111 100000011 1011101 110000

Color Harmonies of #5309EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5309EE

Black with #5309EE

Text Example


Text Example

White with #5309EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5309EE; }

 p { color: rgb(83,9,238); }

 H1.HeaderClassName
 {
   color: #5309EE;
 }
 .AnyTagClassName
 {
   color: #5309EE;
 }
</style>

background-color css

<style>
 a { background-color: #5309EE; }

 a { background-color: rgb(83,9,238); }

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

border-color css

<style>
 span { border-color: #5309EE; }

 span { border-color: rgb(83,9,238); }

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