Html Css Color HEX #4C11FA Han Purple

📋 copy color: '#4C11FA'

red 76 ◦ green 17 ◦ blue 250

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

Shades of Han Purple #4C11FA

Tints of Han Purple #4C11FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.96%

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

R = 22.16%
G = 4.96%
B = 72.89%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4C11FA (or 0x4C11FA) is known color: Han Purple. HEX triplet: 4C, 11 and FA. RGB value is (76,17,250). Sum of RGB (Red+Green+Blue) = 76+17+250=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 250 (98.05% from 255 or 72.89% from 343); Max value from RGB is 250 - color contains mainly: blue. Hex color #4C11FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C11FA is #B3EE05. Grayscale: #3C3C3C. Windows color (decimal): -11791878 or 16388428. OLE color: 16388428.

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

Color convert

RGB 76 17 250 -
CMYK 0.70 0.93 0 0.02
HSL 255.19º 0.96% 0.52% -
HSV(B) 255.19º 0.93% 0.98% -
XYZ 20.44 8.84 91.07 -
YUV 61.2 234.55 138.55 -
System Red Green Blue C M Y K H S L
Decimal 76 17 250 0.70 0.93 0 0.02 255.19 0.96 0.52
Hex 4C 11 FA 46 5D 0 2 FF 60 34
Octal 114 21 372 106 135 0 2 377 140 64
Binary 1001100 10001 11111010 1000110 1011101 0 10 11111111 1100000 110100

Color Harmonies of #4C11FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C11FA

Black with #4C11FA

Text Example


Text Example

White with #4C11FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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