Html Css Color HEX #4C1CFA Han Purple

📋 copy color: '#4C1CFA'

red 76 ◦ green 28 ◦ blue 250

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

Shades of Han Purple #4C1CFA

Tints of Han Purple #4C1CFA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.91%

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

R = 21.47%
G = 7.91%
B = 70.62%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4C1CFA (or 0x4C1CFA) is known color: Han Purple. HEX triplet: 4C, 1C and FA. RGB value is (76,28,250). Sum of RGB (Red+Green+Blue) = 76+28+250=354 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.47% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #4C1CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C1CFA is #B3E305. Grayscale: #424242. Windows color (decimal): -11789062 or 16391244. OLE color: 16391244.

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

Color convert

RGB 76 28 250 -
CMYK 0.70 0.89 0 0.02
HSL 252.97º 0.96% 0.55% -
HSV(B) 252.97º 0.89% 0.98% -
XYZ 20.65 9.27 91.14 -
YUV 67.66 230.9 133.95 -
System Red Green Blue C M Y K H S L
Decimal 76 28 250 0.70 0.89 0 0.02 252.97 0.96 0.55
Hex 4C 1C FA 46 59 0 2 FD 60 37
Octal 114 34 372 106 131 0 2 375 140 67
Binary 1001100 11100 11111010 1000110 1011001 0 10 11111101 1100000 110111

Color Harmonies of #4C1CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1CFA

Black with #4C1CFA

Text Example


Text Example

White with #4C1CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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