Html Css Color HEX #4B01CE Han Purple

📋 copy color: '#4B01CE'

red 75 ◦ green 1 ◦ blue 206

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

Shades of Han Purple #4B01CE

Tints of Han Purple #4B01CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 73.05%

R = 26.6%
G = 0.35%
B = 73.05%

CMYK

 C value IS 0.64

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B01CE (or 0x4B01CE) is known color: Han Purple. HEX triplet: 4B, 01 and CE. RGB value is (75,1,206). Sum of RGB (Red+Green+Blue) = 75+1+206=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B01CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B01CE is #B4FE31. Grayscale: #2D2D2D. Windows color (decimal): -11861554 or 13500747. OLE color: 13500747.

HSL color Cylindrical-coordinate representation of color #4B01CE: hue angle of 261.66º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B01CE is Cyan = 0.64, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 1 206 -
CMYK 0.64 1.00 0 0.19
HSL 261.66º 0.99% 0.41% -
HSV(B) 261.66º 1% 0.81% -
XYZ 14.05 5.97 58.8 -
YUV 46.5 218.02 148.33 -
System Red Green Blue C M Y K H S L
Decimal 75 1 206 0.64 1.00 0 0.19 261.66 0.99 0.41
Hex 4B 1 CE 40 64 0 13 106 63 29
Octal 113 1 316 100 144 0 23 406 143 51
Binary 1001011 1 11001110 1000000 1100100 0 10011 100000110 1100011 101001

Color Harmonies of #4B01CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B01CE

Black with #4B01CE

Text Example


Text Example

White with #4B01CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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