Html Css Color HEX #3020EB Han Purple

📋 copy color: '#3020EB'

red 48 ◦ green 32 ◦ blue 235

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

Shades of Han Purple #3020EB

Tints of Han Purple #3020EB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.16%

 BLUE value IS 235 (92.19% from 255) = 74.6%

R = 15.24%
G = 10.16%
B = 74.6%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3020EB (or 0x3020EB) is known color: Han Purple. HEX triplet: 30, 20 and EB. RGB value is (48,32,235). Sum of RGB (Red+Green+Blue) = 48+32+235=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 235 (92.19% from 255 or 74.60% from 315); Max value from RGB is 235 - color contains mainly: blue. Hex color #3020EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3020EB is #CFDF14. Grayscale: #3B3B3B. Windows color (decimal): -13623061 or 15409200. OLE color: 15409200.

HSL color Cylindrical-coordinate representation of color #3020EB: hue angle of 244.73º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3020EB is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 32 235 -
CMYK 0.80 0.86 0 0.08
HSL 244.73º 0.84% 0.52% -
HSV(B) 244.73º 0.86% 0.92% -
XYZ 16.73 7.66 79.19 -
YUV 59.93 226.8 119.49 -
System Red Green Blue C M Y K H S L
Decimal 48 32 235 0.80 0.86 0 0.08 244.73 0.84 0.52
Hex 30 20 EB 50 56 0 8 F5 54 34
Octal 60 40 353 120 126 0 10 365 124 64
Binary 110000 100000 11101011 1010000 1010110 0 1000 11110101 1010100 110100

Color Harmonies of #3020EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3020EB

Black with #3020EB

Text Example


Text Example

White with #3020EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3020EB; }

 p { color: rgb(48,32,235); }

 H1.HeaderClassName
 {
   color: #3020EB;
 }
 .AnyTagClassName
 {
   color: #3020EB;
 }
</style>

background-color css

<style>
 a { background-color: #3020EB; }

 a { background-color: rgb(48,32,235); }

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

border-color css

<style>
 span { border-color: #3020EB; }

 span { border-color: rgb(48,32,235); }

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