Html Css Color HEX #502BF4 Han Purple

📋 copy color: '#502BF4'

red 80 ◦ green 43 ◦ blue 244

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

Shades of Han Purple #502BF4

Tints of Han Purple #502BF4

RGB

 RED value IS 80 (31.64% from 255) = 21.8%

 GREEN value IS 43 (17.19% from 255) = 11.72%

 BLUE value IS 244 (95.7% from 255) = 66.49%

R = 21.8%
G = 11.72%
B = 66.49%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#502BF4 (or 0x502BF4) is known color: Han Purple. HEX triplet: 50, 2B and F4. RGB value is (80,43,244). Sum of RGB (Red+Green+Blue) = 80+43+244=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 244 (95.70% from 255 or 66.49% from 367); Max value from RGB is 244 - color contains mainly: blue. Hex color #502BF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502BF4 is #AFD40B. Grayscale: #4C4C4C. Windows color (decimal): -11523084 or 16001872. OLE color: 16001872.

HSL color Cylindrical-coordinate representation of color #502BF4: hue angle of 251.04º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #502BF4 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 43 244 -
CMYK 0.67 0.82 0 0.04
HSL 251.04º 0.9% 0.56% -
HSV(B) 251.04º 0.82% 0.96% -
XYZ 20.5 9.96 86.43 -
YUV 76.98 222.26 130.16 -
System Red Green Blue C M Y K H S L
Decimal 80 43 244 0.67 0.82 0 0.04 251.04 0.9 0.56
Hex 50 2B F4 43 52 0 4 FB 5A 38
Octal 120 53 364 103 122 0 4 373 132 70
Binary 1010000 101011 11110100 1000011 1010010 0 100 11111011 1011010 111000

Color Harmonies of #502BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502BF4

Black with #502BF4

Text Example


Text Example

White with #502BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502BF4; }

 p { color: rgb(80,43,244); }

 H1.HeaderClassName
 {
   color: #502BF4;
 }
 .AnyTagClassName
 {
   color: #502BF4;
 }
</style>

background-color css

<style>
 a { background-color: #502BF4; }

 a { background-color: rgb(80,43,244); }

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

border-color css

<style>
 span { border-color: #502BF4; }

 span { border-color: rgb(80,43,244); }

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