Html Css Color HEX #4812DD Han Purple

📋 copy color: '#4812DD'

red 72 ◦ green 18 ◦ blue 221

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

Shades of Han Purple #4812DD

Tints of Han Purple #4812DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.06%

R = 23.15%
G = 5.79%
B = 71.06%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4812DD (or 0x4812DD) is known color: Han Purple. HEX triplet: 48, 12 and DD. RGB value is (72,18,221). Sum of RGB (Red+Green+Blue) = 72+18+221=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #4812DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4812DD is #B7ED22. Grayscale: #383838. Windows color (decimal): -12053795 or 14488136. OLE color: 14488136.

HSL color Cylindrical-coordinate representation of color #4812DD: hue angle of 255.96º 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 #4812DD is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 18 221 -
CMYK 0.67 0.92 0 0.13
HSL 255.96º 0.85% 0.47% -
HSV(B) 255.96º 0.92% 0.87% -
XYZ 15.94 7.03 68.92 -
YUV 57.29 220.39 138.49 -
System Red Green Blue C M Y K H S L
Decimal 72 18 221 0.67 0.92 0 0.13 255.96 0.85 0.47
Hex 48 12 DD 43 5C 0 D 100 55 2F
Octal 110 22 335 103 134 0 15 400 125 57
Binary 1001000 10010 11011101 1000011 1011100 0 1101 100000000 1010101 101111

Color Harmonies of #4812DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4812DD

Black with #4812DD

Text Example


Text Example

White with #4812DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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