Html Css Color HEX #3019DD Han Purple

📋 copy color: '#3019DD'

red 48 ◦ green 25 ◦ blue 221

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

Shades of Han Purple #3019DD

Tints of Han Purple #3019DD

RGB

 RED value IS 48 (19.14% from 255) = 16.33%

 GREEN value IS 25 (10.16% from 255) = 8.5%

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

R = 16.33%
G = 8.5%
B = 75.17%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3019DD (or 0x3019DD) is known color: Han Purple. HEX triplet: 30, 19 and DD. RGB value is (48,25,221). Sum of RGB (Red+Green+Blue) = 48+25+221=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 221 (86.72% from 255 or 75.17% from 294); Max value from RGB is 221 - color contains mainly: blue. Hex color #3019DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3019DD is #CFE622. Grayscale: #353535. Windows color (decimal): -13624867 or 14489904. OLE color: 14489904.

HSL color Cylindrical-coordinate representation of color #3019DD: hue angle of 247.04º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3019DD is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 25 221 -
CMYK 0.78 0.89 0 0.13
HSL 247.04º 0.8% 0.48% -
HSV(B) 247.04º 0.89% 0.87% -
XYZ 14.62 6.54 68.9 -
YUV 54.22 222.12 123.56 -
System Red Green Blue C M Y K H S L
Decimal 48 25 221 0.78 0.89 0 0.13 247.04 0.8 0.48
Hex 30 19 DD 4E 59 0 D F7 50 30
Octal 60 31 335 116 131 0 15 367 120 60
Binary 110000 11001 11011101 1001110 1011001 0 1101 11110111 1010000 110000

Color Harmonies of #3019DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3019DD

Black with #3019DD

Text Example


Text Example

White with #3019DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,25,221); }

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

background-color css

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

 a { background-color: rgb(48,25,221); }

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

border-color css

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

 span { border-color: rgb(48,25,221); }

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