Html Css Color HEX #4B02F2 Han Purple

📋 copy color: '#4B02F2'

red 75 ◦ green 2 ◦ blue 242

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

Shades of Han Purple #4B02F2

Tints of Han Purple #4B02F2

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 242 (94.92% from 255) = 75.86%

R = 23.51%
G = 0.63%
B = 75.86%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4B02F2 (or 0x4B02F2) is known color: Han Purple. HEX triplet: 4B, 02 and F2. RGB value is (75,2,242). Sum of RGB (Red+Green+Blue) = 75+2+242=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 242 (94.92% from 255 or 75.86% from 319); Max value from RGB is 242 - color contains mainly: blue. Hex color #4B02F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B02F2 is #B4FD0D. Grayscale: #323232. Windows color (decimal): -11861262 or 15860299. OLE color: 15860299.

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

Color convert

RGB 75 2 242 -
CMYK 0.69 0.99 0 0.05
HSL 258.25º 0.98% 0.48% -
HSV(B) 258.25º 0.99% 0.95% -
XYZ 18.95 7.95 84.54 -
YUV 51.19 235.68 144.99 -
System Red Green Blue C M Y K H S L
Decimal 75 2 242 0.69 0.99 0 0.05 258.25 0.98 0.48
Hex 4B 2 F2 45 63 0 5 102 62 30
Octal 113 2 362 105 143 0 5 402 142 60
Binary 1001011 10 11110010 1000101 1100011 0 101 100000010 1100010 110000

Color Harmonies of #4B02F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B02F2

Black with #4B02F2

Text Example


Text Example

White with #4B02F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,2,242); }

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

background-color css

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

 a { background-color: rgb(75,2,242); }

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

border-color css

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

 span { border-color: rgb(75,2,242); }

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