Html Css Color HEX #4B28EF Han Purple

📋 copy color: '#4B28EF'

red 75 ◦ green 40 ◦ blue 239

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

Shades of Han Purple #4B28EF

Tints of Han Purple #4B28EF

RGB

 RED value IS 75 (29.69% from 255) = 21.19%

 GREEN value IS 40 (16.02% from 255) = 11.3%

 BLUE value IS 239 (93.75% from 255) = 67.51%

R = 21.19%
G = 11.3%
B = 67.51%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4B28EF (or 0x4B28EF) is known color: Han Purple. HEX triplet: 4B, 28 and EF. RGB value is (75,40,239). Sum of RGB (Red+Green+Blue) = 75+40+239=354 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.19% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #4B28EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B28EF is #B4D710. Grayscale: #484848. Windows color (decimal): -11851537 or 15673419. OLE color: 15673419.

HSL color Cylindrical-coordinate representation of color #4B28EF: hue angle of 250.55º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B28EF is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 75 40 239 -
CMYK 0.69 0.83 0 0.06
HSL 250.55º 0.86% 0.55% -
HSV(B) 250.55º 0.83% 0.94% -
XYZ 19.24 9.25 82.43 -
YUV 73.15 221.6 129.32 -
System Red Green Blue C M Y K H S L
Decimal 75 40 239 0.69 0.83 0 0.06 250.55 0.86 0.55
Hex 4B 28 EF 45 53 0 6 FB 56 37
Octal 113 50 357 105 123 0 6 373 126 67
Binary 1001011 101000 11101111 1000101 1010011 0 110 11111011 1010110 110111

Color Harmonies of #4B28EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B28EF

Black with #4B28EF

Text Example


Text Example

White with #4B28EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B28EF; }

 p { color: rgb(75,40,239); }

 H1.HeaderClassName
 {
   color: #4B28EF;
 }
 .AnyTagClassName
 {
   color: #4B28EF;
 }
</style>

background-color css

<style>
 a { background-color: #4B28EF; }

 a { background-color: rgb(75,40,239); }

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

border-color css

<style>
 span { border-color: #4B28EF; }

 span { border-color: rgb(75,40,239); }

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