Html Css Color HEX #4B1BFB Han Purple

📋 copy color: '#4B1BFB'

red 75 ◦ green 27 ◦ blue 251

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

Shades of Han Purple #4B1BFB

Tints of Han Purple #4B1BFB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.65%

 BLUE value IS 251 (98.44% from 255) = 71.1%

R = 21.25%
G = 7.65%
B = 71.1%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4B1BFB (or 0x4B1BFB) is known color: Han Purple. HEX triplet: 4B, 1B and FB. RGB value is (75,27,251). Sum of RGB (Red+Green+Blue) = 75+27+251=353 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.25% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #4B1BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B1BFB is #B4E404. Grayscale: #424242. Windows color (decimal): -11854853 or 16456523. OLE color: 16456523.

HSL color Cylindrical-coordinate representation of color #4B1BFB: hue angle of 252.86º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B1BFB is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 75 27 251 -
CMYK 0.70 0.89 0 0.02
HSL 252.86º 0.97% 0.55% -
HSV(B) 252.86º 0.89% 0.98% -
XYZ 20.71 9.24 91.96 -
YUV 66.89 231.9 133.79 -
System Red Green Blue C M Y K H S L
Decimal 75 27 251 0.70 0.89 0 0.02 252.86 0.97 0.55
Hex 4B 1B FB 46 59 0 2 FD 61 37
Octal 113 33 373 106 131 0 2 375 141 67
Binary 1001011 11011 11111011 1000110 1011001 0 10 11111101 1100001 110111

Color Harmonies of #4B1BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1BFB

Black with #4B1BFB

Text Example


Text Example

White with #4B1BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,27,251); }

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

background-color css

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

 a { background-color: rgb(75,27,251); }

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

border-color css

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

 span { border-color: rgb(75,27,251); }

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