Html Css Color HEX #4A23DF Han Purple

📋 copy color: '#4A23DF'

red 74 ◦ green 35 ◦ blue 223

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

Shades of Han Purple #4A23DF

Tints of Han Purple #4A23DF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.54%

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

R = 22.29%
G = 10.54%
B = 67.17%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A23DF (or 0x4A23DF) is known color: Han Purple. HEX triplet: 4A, 23 and DF. RGB value is (74,35,223). Sum of RGB (Red+Green+Blue) = 74+35+223=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A23DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A23DF is #B5DC20. Grayscale: #434343. Windows color (decimal): -11918369 or 14623562. OLE color: 14623562.

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

Color convert

RGB 74 35 223 -
CMYK 0.67 0.84 0 0.13
HSL 252.45º 0.75% 0.51% -
HSV(B) 252.45º 0.84% 0.87% -
XYZ 16.74 7.99 70.47 -
YUV 68.09 215.42 132.21 -
System Red Green Blue C M Y K H S L
Decimal 74 35 223 0.67 0.84 0 0.13 252.45 0.75 0.51
Hex 4A 23 DF 43 54 0 D FC 4B 33
Octal 112 43 337 103 124 0 15 374 113 63
Binary 1001010 100011 11011111 1000011 1010100 0 1101 11111100 1001011 110011

Color Harmonies of #4A23DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A23DF

Black with #4A23DF

Text Example


Text Example

White with #4A23DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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