Html Css Color HEX #3021E1 Han Purple

📋 copy color: '#3021E1'

red 48 ◦ green 33 ◦ blue 225

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

Shades of Han Purple #3021E1

Tints of Han Purple #3021E1

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.78%

 BLUE value IS 225 (88.28% from 255) = 73.53%

R = 15.69%
G = 10.78%
B = 73.53%

CMYK

 C value IS 0.79

 M value IS 0.85

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3021E1 (or 0x3021E1) is known color: Han Purple. HEX triplet: 30, 21 and E1. RGB value is (48,33,225). Sum of RGB (Red+Green+Blue) = 48+33+225=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 225 (88.28% from 255 or 73.53% from 306); Max value from RGB is 225 - color contains mainly: blue. Hex color #3021E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3021E1 is #CFDE1E. Grayscale: #3A3A3A. Windows color (decimal): -13622815 or 14754096. OLE color: 14754096.

HSL color Cylindrical-coordinate representation of color #3021E1: hue angle of 244.69º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3021E1 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 33 225 -
CMYK 0.79 0.85 0 0.12
HSL 244.69º 0.76% 0.51% -
HSV(B) 244.69º 0.85% 0.88% -
XYZ 15.35 7.15 71.81 -
YUV 59.37 221.47 119.89 -
System Red Green Blue C M Y K H S L
Decimal 48 33 225 0.79 0.85 0 0.12 244.69 0.76 0.51
Hex 30 21 E1 4F 55 0 C F5 4C 33
Octal 60 41 341 117 125 0 14 365 114 63
Binary 110000 100001 11100001 1001111 1010101 0 1100 11110101 1001100 110011

Color Harmonies of #3021E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3021E1

Black with #3021E1

Text Example


Text Example

White with #3021E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3021E1; }

 p { color: rgb(48,33,225); }

 H1.HeaderClassName
 {
   color: #3021E1;
 }
 .AnyTagClassName
 {
   color: #3021E1;
 }
</style>

background-color css

<style>
 a { background-color: #3021E1; }

 a { background-color: rgb(48,33,225); }

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

border-color css

<style>
 span { border-color: #3021E1; }

 span { border-color: rgb(48,33,225); }

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