Html Css Color HEX #3019EC Han Purple

📋 copy color: '#3019EC'

red 48 ◦ green 25 ◦ blue 236

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

Shades of Han Purple #3019EC

Tints of Han Purple #3019EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 76.38%

R = 15.53%
G = 8.09%
B = 76.38%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3019EC (or 0x3019EC) is known color: Han Purple. HEX triplet: 30, 19 and EC. RGB value is (48,25,236). Sum of RGB (Red+Green+Blue) = 48+25+236=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 236 (92.58% from 255 or 76.38% from 309); Max value from RGB is 236 - color contains mainly: blue. Hex color #3019EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3019EC is #CFE613. Grayscale: #373737. Windows color (decimal): -13624852 or 15472944. OLE color: 15472944.

HSL color Cylindrical-coordinate representation of color #3019EC: hue angle of 246.54º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3019EC is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 25 236 -
CMYK 0.80 0.89 0 0.07
HSL 246.54º 0.85% 0.51% -
HSV(B) 246.54º 0.89% 0.93% -
XYZ 16.71 7.38 79.9 -
YUV 55.93 229.62 122.34 -
System Red Green Blue C M Y K H S L
Decimal 48 25 236 0.80 0.89 0 0.07 246.54 0.85 0.51
Hex 30 19 EC 50 59 0 7 F7 55 33
Octal 60 31 354 120 131 0 7 367 125 63
Binary 110000 11001 11101100 1010000 1011001 0 111 11110111 1010101 110011

Color Harmonies of #3019EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3019EC

Black with #3019EC

Text Example


Text Example

White with #3019EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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