Html Css Color HEX #4521EB Han Purple

📋 copy color: '#4521EB'

red 69 ◦ green 33 ◦ blue 235

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

Shades of Han Purple #4521EB

Tints of Han Purple #4521EB

RGB

 RED value IS 69 (27.34% from 255) = 20.47%

 GREEN value IS 33 (13.28% from 255) = 9.79%

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

R = 20.47%
G = 9.79%
B = 69.73%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4521EB (or 0x4521EB) is known color: Han Purple. HEX triplet: 45, 21 and EB. RGB value is (69,33,235). Sum of RGB (Red+Green+Blue) = 69+33+235=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 235 (92.19% from 255 or 69.73% from 337); Max value from RGB is 235 - color contains mainly: blue. Hex color #4521EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4521EB is #BADE14. Grayscale: #424242. Windows color (decimal): -12246549 or 15409477. OLE color: 15409477.

HSL color Cylindrical-coordinate representation of color #4521EB: hue angle of 250.69º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4521EB is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 69 33 235 -
CMYK 0.71 0.86 0 0.08
HSL 250.69º 0.83% 0.53% -
HSV(B) 250.69º 0.86% 0.92% -
XYZ 17.99 8.35 79.26 -
YUV 66.79 222.93 129.57 -
System Red Green Blue C M Y K H S L
Decimal 69 33 235 0.71 0.86 0 0.08 250.69 0.83 0.53
Hex 45 21 EB 47 56 0 8 FB 53 35
Octal 105 41 353 107 126 0 10 373 123 65
Binary 1000101 100001 11101011 1000111 1010110 0 1000 11111011 1010011 110101

Color Harmonies of #4521EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4521EB

Black with #4521EB

Text Example


Text Example

White with #4521EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,33,235); }

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

background-color css

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

 a { background-color: rgb(69,33,235); }

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

border-color css

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

 span { border-color: rgb(69,33,235); }

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