Html Css Color HEX #4B01CF Han Purple

📋 copy color: '#4B01CF'

red 75 ◦ green 1 ◦ blue 207

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

Shades of Han Purple #4B01CF

Tints of Han Purple #4B01CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 73.14%

R = 26.5%
G = 0.35%
B = 73.14%

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

#4B01CF (or 0x4B01CF) is known color: Han Purple. HEX triplet: 4B, 01 and CF. RGB value is (75,1,207). Sum of RGB (Red+Green+Blue) = 75+1+207=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B01CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B01CF is #B4FE30. Grayscale: #2D2D2D. Windows color (decimal): -11861553 or 13566283. OLE color: 13566283.

HSL color Cylindrical-coordinate representation of color #4B01CF: hue angle of 261.55º 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 #4B01CF is Cyan = 0.64, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 1 207 -
CMYK 0.64 1.00 0 0.19
HSL 261.55º 0.99% 0.41% -
HSV(B) 261.55º 1% 0.81% -
XYZ 14.17 6.02 59.45 -
YUV 46.61 218.52 148.25 -
System Red Green Blue C M Y K H S L
Decimal 75 1 207 0.64 1.00 0 0.19 261.55 0.99 0.41
Hex 4B 1 CF 40 64 0 13 106 63 29
Octal 113 1 317 100 144 0 23 406 143 51
Binary 1001011 1 11001111 1000000 1100100 0 10011 100000110 1100011 101001

Color Harmonies of #4B01CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B01CF

Black with #4B01CF

Text Example


Text Example

White with #4B01CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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