Html Css Color HEX #3020DA Han Purple

📋 copy color: '#3020DA'

red 48 ◦ green 32 ◦ blue 218

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

Shades of Han Purple #3020DA

Tints of Han Purple #3020DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 73.15%

R = 16.11%
G = 10.74%
B = 73.15%

CMYK

 C value IS 0.78

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3020DA (or 0x3020DA) is known color: Han Purple. HEX triplet: 30, 20 and DA. RGB value is (48,32,218). Sum of RGB (Red+Green+Blue) = 48+32+218=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 218 (85.55% from 255 or 73.15% from 298); Max value from RGB is 218 - color contains mainly: blue. Hex color #3020DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3020DA is #CFDF25. Grayscale: #393939. Windows color (decimal): -13623078 or 14295088. OLE color: 14295088.

HSL color Cylindrical-coordinate representation of color #3020DA: hue angle of 245.16º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3020DA is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 32 218 -
CMYK 0.78 0.85 0 0.15
HSL 245.16º 0.74% 0.49% -
HSV(B) 245.16º 0.85% 0.85% -
XYZ 14.39 6.72 66.87 -
YUV 57.99 218.3 120.88 -
System Red Green Blue C M Y K H S L
Decimal 48 32 218 0.78 0.85 0 0.15 245.16 0.74 0.49
Hex 30 20 DA 4E 55 0 F F5 4A 31
Octal 60 40 332 116 125 0 17 365 112 61
Binary 110000 100000 11011010 1001110 1010101 0 1111 11110101 1001010 110001

Color Harmonies of #3020DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3020DA

Black with #3020DA

Text Example


Text Example

White with #3020DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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