Html Css Color HEX #4B0FF1 Han Purple

📋 copy color: '#4B0FF1'

red 75 ◦ green 15 ◦ blue 241

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

Shades of Han Purple #4B0FF1

Tints of Han Purple #4B0FF1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.53%

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

R = 22.66%
G = 4.53%
B = 72.81%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4B0FF1 (or 0x4B0FF1) is known color: Han Purple. HEX triplet: 4B, 0F and F1. RGB value is (75,15,241). Sum of RGB (Red+Green+Blue) = 75+15+241=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 241 (94.53% from 255 or 72.81% from 331); Max value from RGB is 241 - color contains mainly: blue. Hex color #4B0FF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B0FF1 is #B4F00E. Grayscale: #393939. Windows color (decimal): -11857935 or 15798091. OLE color: 15798091.

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

Color convert

RGB 75 15 241 -
CMYK 0.69 0.94 0 0.05
HSL 255.93º 0.89% 0.5% -
HSV(B) 255.93º 0.94% 0.95% -
XYZ 18.95 8.19 83.8 -
YUV 58.7 230.88 139.62 -
System Red Green Blue C M Y K H S L
Decimal 75 15 241 0.69 0.94 0 0.05 255.93 0.89 0.5
Hex 4B F F1 45 5E 0 5 100 59 32
Octal 113 17 361 105 136 0 5 400 131 62
Binary 1001011 1111 11110001 1000101 1011110 0 101 100000000 1011001 110010

Color Harmonies of #4B0FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0FF1

Black with #4B0FF1

Text Example


Text Example

White with #4B0FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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