Html Css Color HEX #4B01DE Han Purple

📋 copy color: '#4B01DE'

red 75 ◦ green 1 ◦ blue 222

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

Shades of Han Purple #4B01DE

Tints of Han Purple #4B01DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 74.5%

R = 25.17%
G = 0.34%
B = 74.5%

CMYK

 C value IS 0.66

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4B01DE (or 0x4B01DE) is known color: Han Purple. HEX triplet: 4B, 01 and DE. RGB value is (75,1,222). Sum of RGB (Red+Green+Blue) = 75+1+222=298 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.17% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 222 (87.11% from 255 or 74.50% from 298); Max value from RGB is 222 - color contains mainly: blue. Hex color #4B01DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B01DE is #B4FE21. Grayscale: #2F2F2F. Windows color (decimal): -11861538 or 14549323. OLE color: 14549323.

HSL color Cylindrical-coordinate representation of color #4B01DE: hue angle of 260.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B01DE is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 1 222 -
CMYK 0.66 1.00 0 0.13
HSL 260.09º 0.99% 0.44% -
HSV(B) 260.09º 1% 0.87% -
XYZ 16.1 6.79 69.57 -
YUV 48.32 226.02 147.03 -
System Red Green Blue C M Y K H S L
Decimal 75 1 222 0.66 1.00 0 0.13 260.09 0.99 0.44
Hex 4B 1 DE 42 64 0 D 104 63 2C
Octal 113 1 336 102 144 0 15 404 143 54
Binary 1001011 1 11011110 1000010 1100100 0 1101 100000100 1100011 101100

Color Harmonies of #4B01DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B01DE

Black with #4B01DE

Text Example


Text Example

White with #4B01DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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