Html Css Color HEX #4812DF Han Purple

📋 copy color: '#4812DF'

red 72 ◦ green 18 ◦ blue 223

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

Shades of Han Purple #4812DF

Tints of Han Purple #4812DF

RGB

 RED value IS 72 (28.52% from 255) = 23%

 GREEN value IS 18 (7.42% from 255) = 5.75%

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

R = 23%
G = 5.75%
B = 71.25%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4812DF (or 0x4812DF) is known color: Han Purple. HEX triplet: 48, 12 and DF. RGB value is (72,18,223). Sum of RGB (Red+Green+Blue) = 72+18+223=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 223 (87.5% from 255 or 71.25% from 313); Max value from RGB is 223 - color contains mainly: blue. Hex color #4812DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4812DF is #B7ED20. Grayscale: #383838. Windows color (decimal): -12053793 or 14619208. OLE color: 14619208.

HSL color Cylindrical-coordinate representation of color #4812DF: hue angle of 255.8º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4812DF is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 18 223 -
CMYK 0.68 0.92 0 0.13
HSL 255.8º 0.85% 0.47% -
HSV(B) 255.8º 0.92% 0.87% -
XYZ 16.21 7.14 70.34 -
YUV 57.52 221.39 138.33 -
System Red Green Blue C M Y K H S L
Decimal 72 18 223 0.68 0.92 0 0.13 255.8 0.85 0.47
Hex 48 12 DF 44 5C 0 D 100 55 2F
Octal 110 22 337 104 134 0 15 400 125 57
Binary 1001000 10010 11011111 1000100 1011100 0 1101 100000000 1010101 101111

Color Harmonies of #4812DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4812DF

Black with #4812DF

Text Example


Text Example

White with #4812DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4812DF; }

 p { color: rgb(72,18,223); }

 H1.HeaderClassName
 {
   color: #4812DF;
 }
 .AnyTagClassName
 {
   color: #4812DF;
 }
</style>

background-color css

<style>
 a { background-color: #4812DF; }

 a { background-color: rgb(72,18,223); }

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

border-color css

<style>
 span { border-color: #4812DF; }

 span { border-color: rgb(72,18,223); }

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