Html Css Color HEX #4932F2 Han Purple

📋 copy color: '#4932F2'

red 73 ◦ green 50 ◦ blue 242

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

Shades of Han Purple #4932F2

Tints of Han Purple #4932F2

RGB

 RED value IS 73 (28.91% from 255) = 20%

 GREEN value IS 50 (19.92% from 255) = 13.7%

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

R = 20%
G = 13.7%
B = 66.3%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4932F2 (or 0x4932F2) is known color: Han Purple. HEX triplet: 49, 32 and F2. RGB value is (73,50,242). Sum of RGB (Red+Green+Blue) = 73+50+242=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 242 (94.92% from 255 or 66.30% from 365); Max value from RGB is 242 - color contains mainly: blue. Hex color #4932F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4932F2 is #B6CD0D. Grayscale: #4E4E4E. Windows color (decimal): -11980046 or 15872585. OLE color: 15872585.

HSL color Cylindrical-coordinate representation of color #4932F2: hue angle of 247.19º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4932F2 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 50 242 -
CMYK 0.70 0.79 0 0.05
HSL 247.19º 0.88% 0.57% -
HSV(B) 247.19º 0.79% 0.95% -
XYZ 19.92 10.11 84.91 -
YUV 78.77 220.12 123.89 -
System Red Green Blue C M Y K H S L
Decimal 73 50 242 0.70 0.79 0 0.05 247.19 0.88 0.57
Hex 49 32 F2 46 4F 0 5 F7 58 39
Octal 111 62 362 106 117 0 5 367 130 71
Binary 1001001 110010 11110010 1000110 1001111 0 101 11110111 1011000 111001

Color Harmonies of #4932F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4932F2

Black with #4932F2

Text Example


Text Example

White with #4932F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4932F2; }

 p { color: rgb(73,50,242); }

 H1.HeaderClassName
 {
   color: #4932F2;
 }
 .AnyTagClassName
 {
   color: #4932F2;
 }
</style>

background-color css

<style>
 a { background-color: #4932F2; }

 a { background-color: rgb(73,50,242); }

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

border-color css

<style>
 span { border-color: #4932F2; }

 span { border-color: rgb(73,50,242); }

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