Html Css Color HEX #4B30FF Han Purple

📋 copy color: '#4B30FF'

red 75 ◦ green 48 ◦ blue 255

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

Shades of Han Purple #4B30FF

Tints of Han Purple #4B30FF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.7%

 BLUE value IS 255 (100% from 255) = 67.46%

R = 19.84%
G = 12.7%
B = 67.46%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4B30FF (or 0x4B30FF) is known color: Han Purple. HEX triplet: 4B, 30 and FF. RGB value is (75,48,255). Sum of RGB (Red+Green+Blue) = 75+48+255=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B30FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B30FF is #B4CF00. Grayscale: #4E4E4E. Windows color (decimal): -11849473 or 16724043. OLE color: 16724043.

HSL color Cylindrical-coordinate representation of color #4B30FF: hue angle of 247.83º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B30FF is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 75 48 255 -
CMYK 0.71 0.81 0 0
HSL 247.83º 1% 0.59% -
HSV(B) 247.83º 0.81% 1% -
XYZ 22.01 10.83 95.54 -
YUV 79.67 226.95 124.67 -
System Red Green Blue C M Y K H S L
Decimal 75 48 255 0.71 0.81 0 0 247.83 1 0.59
Hex 4B 30 FF 47 51 0 0 F8 64 3B
Octal 113 60 377 107 121 0 0 370 144 73
Binary 1001011 110000 11111111 1000111 1010001 0 0 11111000 1100100 111011

Color Harmonies of #4B30FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B30FF

Black with #4B30FF

Text Example


Text Example

White with #4B30FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,48,255); }

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

background-color css

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

 a { background-color: rgb(75,48,255); }

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

border-color css

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

 span { border-color: rgb(75,48,255); }

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