Html Css Color HEX #3019E4 Han Purple

📋 copy color: '#3019E4'

red 48 ◦ green 25 ◦ blue 228

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

Shades of Han Purple #3019E4

Tints of Han Purple #3019E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 75.75%

R = 15.95%
G = 8.31%
B = 75.75%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#3019E4 (or 0x3019E4) is known color: Han Purple. HEX triplet: 30, 19 and E4. RGB value is (48,25,228). Sum of RGB (Red+Green+Blue) = 48+25+228=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 228 (89.45% from 255 or 75.75% from 301); Max value from RGB is 228 - color contains mainly: blue. Hex color #3019E4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3019E4 is #CFE61B. Grayscale: #363636. Windows color (decimal): -13624860 or 14948656. OLE color: 14948656.

HSL color Cylindrical-coordinate representation of color #3019E4: hue angle of 246.8º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3019E4 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 48 25 228 -
CMYK 0.79 0.89 0 0.11
HSL 246.8º 0.8% 0.5% -
HSV(B) 246.8º 0.89% 0.89% -
XYZ 15.57 6.93 73.91 -
YUV 55.02 225.62 122.99 -
System Red Green Blue C M Y K H S L
Decimal 48 25 228 0.79 0.89 0 0.11 246.8 0.8 0.5
Hex 30 19 E4 4F 59 0 B F7 50 32
Octal 60 31 344 117 131 0 13 367 120 62
Binary 110000 11001 11100100 1001111 1011001 0 1011 11110111 1010000 110010

Color Harmonies of #3019E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3019E4

Black with #3019E4

Text Example


Text Example

White with #3019E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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