Html Css Color HEX #3004DB Han Purple

📋 copy color: '#3004DB'

red 48 ◦ green 4 ◦ blue 219

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

Shades of Han Purple #3004DB

Tints of Han Purple #3004DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

 BLUE value IS 219 (85.94% from 255) = 80.81%

R = 17.71%
G = 1.48%
B = 80.81%

CMYK

 C value IS 0.78

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3004DB (or 0x3004DB) is known color: Han Purple. HEX triplet: 30, 04 and DB. RGB value is (48,4,219). Sum of RGB (Red+Green+Blue) = 48+4+219=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 219 (85.94% from 255 or 80.81% from 271); Max value from RGB is 219 - color contains mainly: blue. Hex color #3004DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3004DB is #CFFB24. Grayscale: #282828. Windows color (decimal): -13630245 or 14353456. OLE color: 14353456.

HSL color Cylindrical-coordinate representation of color #3004DB: hue angle of 252.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3004DB is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 4 219 -
CMYK 0.78 0.98 0 0.14
HSL 252.28º 0.96% 0.44% -
HSV(B) 252.28º 0.98% 0.86% -
XYZ 14.05 5.83 67.4 -
YUV 41.67 228.08 132.52 -
System Red Green Blue C M Y K H S L
Decimal 48 4 219 0.78 0.98 0 0.14 252.28 0.96 0.44
Hex 30 4 DB 4E 62 0 E FC 60 2C
Octal 60 4 333 116 142 0 16 374 140 54
Binary 110000 100 11011011 1001110 1100010 0 1110 11111100 1100000 101100

Color Harmonies of #3004DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3004DB

Black with #3004DB

Text Example


Text Example

White with #3004DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3004DB; }

 p { color: rgb(48,4,219); }

 H1.HeaderClassName
 {
   color: #3004DB;
 }
 .AnyTagClassName
 {
   color: #3004DB;
 }
</style>

background-color css

<style>
 a { background-color: #3004DB; }

 a { background-color: rgb(48,4,219); }

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

border-color css

<style>
 span { border-color: #3004DB; }

 span { border-color: rgb(48,4,219); }

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