Html Css Color HEX #3019ED Han Purple

📋 copy color: '#3019ED'

red 48 ◦ green 25 ◦ blue 237

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

Shades of Han Purple #3019ED

Tints of Han Purple #3019ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 76.45%

R = 15.48%
G = 8.06%
B = 76.45%

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

#3019ED (or 0x3019ED) is known color: Han Purple. HEX triplet: 30, 19 and ED. RGB value is (48,25,237). Sum of RGB (Red+Green+Blue) = 48+25+237=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 237 (92.97% from 255 or 76.45% from 310); Max value from RGB is 237 - color contains mainly: blue. Hex color #3019ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3019ED is #CFE612. Grayscale: #373737. Windows color (decimal): -13624851 or 15538480. OLE color: 15538480.

HSL color Cylindrical-coordinate representation of color #3019ED: hue angle of 246.51º 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 #3019ED is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 25 237 -
CMYK 0.80 0.89 0 0.07
HSL 246.51º 0.85% 0.51% -
HSV(B) 246.51º 0.89% 0.93% -
XYZ 16.85 7.44 80.67 -
YUV 56.05 230.12 122.26 -
System Red Green Blue C M Y K H S L
Decimal 48 25 237 0.80 0.89 0 0.07 246.51 0.85 0.51
Hex 30 19 ED 50 59 0 7 F7 55 33
Octal 60 31 355 120 131 0 7 367 125 63
Binary 110000 11001 11101101 1010000 1011001 0 111 11110111 1010101 110011

Color Harmonies of #3019ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3019ED

Black with #3019ED

Text Example


Text Example

White with #3019ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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