Html Css Color HEX #4A1CFD Han Purple

📋 copy color: '#4A1CFD'

red 74 ◦ green 28 ◦ blue 253

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

Shades of Han Purple #4A1CFD

Tints of Han Purple #4A1CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 71.27%

R = 20.85%
G = 7.89%
B = 71.27%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4A1CFD (or 0x4A1CFD) is known color: Han Purple. HEX triplet: 4A, 1C and FD. RGB value is (74,28,253). Sum of RGB (Red+Green+Blue) = 74+28+253=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 253 (99.22% from 255 or 71.27% from 355); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A1CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A1CFD is #B5E302. Grayscale: #424242. Windows color (decimal): -11920131 or 16587850. OLE color: 16587850.

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

Color convert

RGB 74 28 253 -
CMYK 0.71 0.89 0 0.01
HSL 252.27º 0.98% 0.55% -
HSV(B) 252.27º 0.89% 0.99% -
XYZ 20.97 9.38 93.63 -
YUV 67.4 232.74 132.7 -
System Red Green Blue C M Y K H S L
Decimal 74 28 253 0.71 0.89 0 0.01 252.27 0.98 0.55
Hex 4A 1C FD 47 59 0 1 FC 62 37
Octal 112 34 375 107 131 0 1 374 142 67
Binary 1001010 11100 11111101 1000111 1011001 0 1 11111100 1100010 110111

Color Harmonies of #4A1CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1CFD

Black with #4A1CFD

Text Example


Text Example

White with #4A1CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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