Html Css Color HEX #3304DA Han Purple

📋 copy color: '#3304DA'

red 51 ◦ green 4 ◦ blue 218

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

Shades of Han Purple #3304DA

Tints of Han Purple #3304DA

RGB

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

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

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

R = 18.68%
G = 1.47%
B = 79.85%

CMYK

 C value IS 0.77

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3304DA (or 0x3304DA) is known color: Han Purple. HEX triplet: 33, 04 and DA. RGB value is (51,4,218). Sum of RGB (Red+Green+Blue) = 51+4+218=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 218 (85.55% from 255 or 79.85% from 273); Max value from RGB is 218 - color contains mainly: blue. Hex color #3304DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3304DA is #CCFB25. Grayscale: #292929. Windows color (decimal): -13433638 or 14287923. OLE color: 14287923.

HSL color Cylindrical-coordinate representation of color #3304DA: hue angle of 253.18º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3304DA is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 4 218 -
CMYK 0.77 0.98 0 0.15
HSL 253.18º 0.96% 0.44% -
HSV(B) 253.18º 0.98% 0.85% -
XYZ 14.06 5.85 66.72 -
YUV 42.45 227.07 134.1 -
System Red Green Blue C M Y K H S L
Decimal 51 4 218 0.77 0.98 0 0.15 253.18 0.96 0.44
Hex 33 4 DA 4D 62 0 F FD 60 2C
Octal 63 4 332 115 142 0 17 375 140 54
Binary 110011 100 11011010 1001101 1100010 0 1111 11111101 1100000 101100

Color Harmonies of #3304DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3304DA

Black with #3304DA

Text Example


Text Example

White with #3304DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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