Html Css Color HEX #4C2BFA Han Purple

📋 copy color: '#4C2BFA'

red 76 ◦ green 43 ◦ blue 250

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

Shades of Han Purple #4C2BFA

Tints of Han Purple #4C2BFA

RGB

 RED value IS 76 (30.08% from 255) = 20.6%

 GREEN value IS 43 (17.19% from 255) = 11.65%

 BLUE value IS 250 (98.05% from 255) = 67.75%

R = 20.6%
G = 11.65%
B = 67.75%

CMYK

 C value IS 0.70

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4C2BFA (or 0x4C2BFA) is known color: Han Purple. HEX triplet: 4C, 2B and FA. RGB value is (76,43,250). Sum of RGB (Red+Green+Blue) = 76+43+250=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #4C2BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C2BFA is #B3D405. Grayscale: #4B4B4B. Windows color (decimal): -11785222 or 16395084. OLE color: 16395084.

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

Color convert

RGB 76 43 250 -
CMYK 0.70 0.83 0 0.02
HSL 249.57º 0.95% 0.57% -
HSV(B) 249.57º 0.83% 0.98% -
XYZ 21.1 10.17 91.29 -
YUV 76.47 225.93 127.67 -
System Red Green Blue C M Y K H S L
Decimal 76 43 250 0.70 0.83 0 0.02 249.57 0.95 0.57
Hex 4C 2B FA 46 53 0 2 FA 5F 39
Octal 114 53 372 106 123 0 2 372 137 71
Binary 1001100 101011 11111010 1000110 1010011 0 10 11111010 1011111 111001

Color Harmonies of #4C2BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2BFA

Black with #4C2BFA

Text Example


Text Example

White with #4C2BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,43,250); }

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

background-color css

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

 a { background-color: rgb(76,43,250); }

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

border-color css

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

 span { border-color: rgb(76,43,250); }

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