Html Css Color HEX #4B0BF1 Han Purple

📋 copy color: '#4B0BF1'

red 75 ◦ green 11 ◦ blue 241

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

Shades of Han Purple #4B0BF1

Tints of Han Purple #4B0BF1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.36%

 BLUE value IS 241 (94.53% from 255) = 73.7%

R = 22.94%
G = 3.36%
B = 73.7%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4B0BF1 (or 0x4B0BF1) is known color: Han Purple. HEX triplet: 4B, 0B and F1. RGB value is (75,11,241). Sum of RGB (Red+Green+Blue) = 75+11+241=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 241 (94.53% from 255 or 73.70% from 327); Max value from RGB is 241 - color contains mainly: blue. Hex color #4B0BF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B0BF1 is #B4F40E. Grayscale: #373737. Windows color (decimal): -11858959 or 15797067. OLE color: 15797067.

HSL color Cylindrical-coordinate representation of color #4B0BF1: hue angle of 256.7º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0BF1 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 75 11 241 -
CMYK 0.69 0.95 0 0.05
HSL 256.7º 0.91% 0.49% -
HSV(B) 256.7º 0.95% 0.95% -
XYZ 18.9 8.09 83.78 -
YUV 56.36 232.2 141.3 -
System Red Green Blue C M Y K H S L
Decimal 75 11 241 0.69 0.95 0 0.05 256.7 0.91 0.49
Hex 4B B F1 45 5F 0 5 101 5B 31
Octal 113 13 361 105 137 0 5 401 133 61
Binary 1001011 1011 11110001 1000101 1011111 0 101 100000001 1011011 110001

Color Harmonies of #4B0BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0BF1

Black with #4B0BF1

Text Example


Text Example

White with #4B0BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,11,241); }

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

background-color css

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

 a { background-color: rgb(75,11,241); }

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

border-color css

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

 span { border-color: rgb(75,11,241); }

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