Html Css Color HEX #4A28DF Han Purple

📋 copy color: '#4A28DF'

red 74 ◦ green 40 ◦ blue 223

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

Shades of Han Purple #4A28DF

Tints of Han Purple #4A28DF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.87%

 BLUE value IS 223 (87.5% from 255) = 66.17%

R = 21.96%
G = 11.87%
B = 66.17%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A28DF (or 0x4A28DF) is known color: Han Purple. HEX triplet: 4A, 28 and DF. RGB value is (74,40,223). Sum of RGB (Red+Green+Blue) = 74+40+223=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A28DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A28DF is #B5D720. Grayscale: #464646. Windows color (decimal): -11917089 or 14624842. OLE color: 14624842.

HSL color Cylindrical-coordinate representation of color #4A28DF: hue angle of 251.15º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A28DF is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 40 223 -
CMYK 0.67 0.82 0 0.13
HSL 251.15º 0.74% 0.52% -
HSV(B) 251.15º 0.82% 0.87% -
XYZ 16.9 8.3 70.52 -
YUV 71.03 213.76 130.12 -
System Red Green Blue C M Y K H S L
Decimal 74 40 223 0.67 0.82 0 0.13 251.15 0.74 0.52
Hex 4A 28 DF 43 52 0 D FB 4A 34
Octal 112 50 337 103 122 0 15 373 112 64
Binary 1001010 101000 11011111 1000011 1010010 0 1101 11111011 1001010 110100

Color Harmonies of #4A28DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A28DF

Black with #4A28DF

Text Example


Text Example

White with #4A28DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,40,223); }

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

background-color css

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

 a { background-color: rgb(74,40,223); }

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

border-color css

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

 span { border-color: rgb(74,40,223); }

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