Html Css Color HEX #3304DB Han Purple

📋 copy color: '#3304DB'

red 51 ◦ green 4 ◦ blue 219

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

Shades of Han Purple #3304DB

Tints of Han Purple #3304DB

RGB

 RED value IS 51 (20.31% from 255) = 18.61%

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

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

R = 18.61%
G = 1.46%
B = 79.93%

CMYK

 C value IS 0.77

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3304DB (or 0x3304DB) is known color: Han Purple. HEX triplet: 33, 04 and DB. RGB value is (51,4,219). Sum of RGB (Red+Green+Blue) = 51+4+219=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 219 (85.94% from 255 or 79.93% from 274); Max value from RGB is 219 - color contains mainly: blue. Hex color #3304DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3304DB is #CCFB24. Grayscale: #292929. Windows color (decimal): -13433637 or 14353459. OLE color: 14353459.

HSL color Cylindrical-coordinate representation of color #3304DB: hue angle of 253.12º 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 #3304DB is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 4 219 -
CMYK 0.77 0.98 0 0.14
HSL 253.12º 0.96% 0.44% -
HSV(B) 253.12º 0.98% 0.86% -
XYZ 14.19 5.91 67.41 -
YUV 42.56 227.57 134.02 -
System Red Green Blue C M Y K H S L
Decimal 51 4 219 0.77 0.98 0 0.14 253.12 0.96 0.44
Hex 33 4 DB 4D 62 0 E FD 60 2C
Octal 63 4 333 115 142 0 16 375 140 54
Binary 110011 100 11011011 1001101 1100010 0 1110 11111101 1100000 101100

Color Harmonies of #3304DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3304DB

Black with #3304DB

Text Example


Text Example

White with #3304DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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