Html Css Color HEX #4A2DFD Han Purple

📋 copy color: '#4A2DFD'

red 74 ◦ green 45 ◦ blue 253

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

Shades of Han Purple #4A2DFD

Tints of Han Purple #4A2DFD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.1%

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

R = 19.89%
G = 12.1%
B = 68.01%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4A2DFD (or 0x4A2DFD) is known color: Han Purple. HEX triplet: 4A, 2D and FD. RGB value is (74,45,253). Sum of RGB (Red+Green+Blue) = 74+45+253=372 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.89% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A2DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A2DFD is #B5D202. Grayscale: #4C4C4C. Windows color (decimal): -11915779 or 16592202. OLE color: 16592202.

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

Color convert

RGB 74 45 253 -
CMYK 0.71 0.82 0 0.01
HSL 248.37º 0.98% 0.58% -
HSV(B) 248.37º 0.82% 0.99% -
XYZ 21.49 10.42 93.81 -
YUV 77.38 227.11 125.59 -
System Red Green Blue C M Y K H S L
Decimal 74 45 253 0.71 0.82 0 0.01 248.37 0.98 0.58
Hex 4A 2D FD 47 52 0 1 F8 62 3A
Octal 112 55 375 107 122 0 1 370 142 72
Binary 1001010 101101 11111101 1000111 1010010 0 1 11111000 1100010 111010

Color Harmonies of #4A2DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2DFD

Black with #4A2DFD

Text Example


Text Example

White with #4A2DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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