Html Css Color HEX #4B01EF Han Purple

📋 copy color: '#4B01EF'

red 75 ◦ green 1 ◦ blue 239

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

Shades of Han Purple #4B01EF

Tints of Han Purple #4B01EF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 23.81%
G = 0.32%
B = 75.87%

CMYK

 C value IS 0.69

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4B01EF (or 0x4B01EF) is known color: Han Purple. HEX triplet: 4B, 01 and EF. RGB value is (75,1,239). Sum of RGB (Red+Green+Blue) = 75+1+239=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 239 (93.75% from 255 or 75.87% from 315); Max value from RGB is 239 - color contains mainly: blue. Hex color #4B01EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B01EF is #B4FE10. Grayscale: #313131. Windows color (decimal): -11861521 or 15663435. OLE color: 15663435.

HSL color Cylindrical-coordinate representation of color #4B01EF: hue angle of 258.66º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B01EF is Cyan = 0.69, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 75 1 239 -
CMYK 0.69 1.00 0 0.06
HSL 258.66º 0.99% 0.47% -
HSV(B) 258.66º 1% 0.94% -
XYZ 18.49 7.75 82.18 -
YUV 50.26 234.52 145.65 -
System Red Green Blue C M Y K H S L
Decimal 75 1 239 0.69 1.00 0 0.06 258.66 0.99 0.47
Hex 4B 1 EF 45 64 0 6 103 63 2F
Octal 113 1 357 105 144 0 6 403 143 57
Binary 1001011 1 11101111 1000101 1100100 0 110 100000011 1100011 101111

Color Harmonies of #4B01EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B01EF

Black with #4B01EF

Text Example


Text Example

White with #4B01EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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