Html Css Color HEX #4A1CFF Han Purple

📋 copy color: '#4A1CFF'

red 74 ◦ green 28 ◦ blue 255

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

Shades of Han Purple #4A1CFF

Tints of Han Purple #4A1CFF

RGB

 RED value IS 74 (29.3% from 255) = 20.73%

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

 BLUE value IS 255 (100% from 255) = 71.43%

R = 20.73%
G = 7.84%
B = 71.43%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4A1CFF (or 0x4A1CFF) is known color: Han Purple. HEX triplet: 4A, 1C and FF. RGB value is (74,28,255). Sum of RGB (Red+Green+Blue) = 74+28+255=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A1CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A1CFF is #B5E300. Grayscale: #424242. Windows color (decimal): -11920129 or 16718922. OLE color: 16718922.

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

Color convert

RGB 74 28 255 -
CMYK 0.71 0.89 0 0
HSL 252.16º 1% 0.55% -
HSV(B) 252.16º 0.89% 1% -
XYZ 21.29 9.51 95.32 -
YUV 67.63 233.74 132.54 -
System Red Green Blue C M Y K H S L
Decimal 74 28 255 0.71 0.89 0 0 252.16 1 0.55
Hex 4A 1C FF 47 59 0 0 FC 64 37
Octal 112 34 377 107 131 0 0 374 144 67
Binary 1001010 11100 11111111 1000111 1011001 0 0 11111100 1100100 110111

Color Harmonies of #4A1CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1CFF

Black with #4A1CFF

Text Example


Text Example

White with #4A1CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,28,255); }

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

background-color css

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

 a { background-color: rgb(74,28,255); }

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

border-color css

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

 span { border-color: rgb(74,28,255); }

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