Html Css Color HEX #4B1EFF Han Purple

📋 copy color: '#4B1EFF'

red 75 ◦ green 30 ◦ blue 255

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

Shades of Han Purple #4B1EFF

Tints of Han Purple #4B1EFF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.33%

 BLUE value IS 255 (100% from 255) = 70.83%

R = 20.83%
G = 8.33%
B = 70.83%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4B1EFF (or 0x4B1EFF) is known color: Han Purple. HEX triplet: 4B, 1E and FF. RGB value is (75,30,255). Sum of RGB (Red+Green+Blue) = 75+30+255=360 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.83% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B1EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B1EFF is #B4E100. Grayscale: #444444. Windows color (decimal): -11854081 or 16719435. OLE color: 16719435.

HSL color Cylindrical-coordinate representation of color #4B1EFF: hue angle of 252º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B1EFF is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 75 30 255 -
CMYK 0.71 0.88 0 0
HSL 252º 1% 0.56% -
HSV(B) 252º 0.88% 1% -
XYZ 21.42 9.64 95.34 -
YUV 69.11 232.91 132.2 -
System Red Green Blue C M Y K H S L
Decimal 75 30 255 0.71 0.88 0 0 252 1 0.56
Hex 4B 1E FF 47 58 0 0 FC 64 38
Octal 113 36 377 107 130 0 0 374 144 70
Binary 1001011 11110 11111111 1000111 1011000 0 0 11111100 1100100 111000

Color Harmonies of #4B1EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1EFF

Black with #4B1EFF

Text Example


Text Example

White with #4B1EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,30,255); }

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

background-color css

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

 a { background-color: rgb(75,30,255); }

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

border-color css

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

 span { border-color: rgb(75,30,255); }

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