Html Css Color HEX #4A1DDF Han Purple

📋 copy color: '#4A1DDF'

red 74 ◦ green 29 ◦ blue 223

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

Shades of Han Purple #4A1DDF

Tints of Han Purple #4A1DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.9%

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

R = 22.7%
G = 8.9%
B = 68.4%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A1DDF (or 0x4A1DDF) is known color: Han Purple. HEX triplet: 4A, 1D and DF. RGB value is (74,29,223). Sum of RGB (Red+Green+Blue) = 74+29+223=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A1DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1DDF is #B5E220. Grayscale: #3F3F3F. Windows color (decimal): -11919905 or 14622026. OLE color: 14622026.

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

Color convert

RGB 74 29 223 -
CMYK 0.67 0.87 0 0.13
HSL 253.92º 0.77% 0.49% -
HSV(B) 253.92º 0.87% 0.87% -
XYZ 16.58 7.66 70.42 -
YUV 64.57 217.41 134.73 -
System Red Green Blue C M Y K H S L
Decimal 74 29 223 0.67 0.87 0 0.13 253.92 0.77 0.49
Hex 4A 1D DF 43 57 0 D FE 4D 31
Octal 112 35 337 103 127 0 15 376 115 61
Binary 1001010 11101 11011111 1000011 1010111 0 1101 11111110 1001101 110001

Color Harmonies of #4A1DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1DDF

Black with #4A1DDF

Text Example


Text Example

White with #4A1DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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