Html Css Color HEX #3313DC Han Purple

📋 copy color: '#3313DC'

red 51 ◦ green 19 ◦ blue 220

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

Shades of Han Purple #3313DC

Tints of Han Purple #3313DC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.55%

 BLUE value IS 220 (86.33% from 255) = 75.86%

R = 17.59%
G = 6.55%
B = 75.86%

CMYK

 C value IS 0.77

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3313DC (or 0x3313DC) is known color: Han Purple. HEX triplet: 33, 13 and DC. RGB value is (51,19,220). Sum of RGB (Red+Green+Blue) = 51+19+220=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 220 (86.33% from 255 or 75.86% from 290); Max value from RGB is 220 - color contains mainly: blue. Hex color #3313DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3313DC is #CCEC23. Grayscale: #323232. Windows color (decimal): -13429796 or 14422835. OLE color: 14422835.

HSL color Cylindrical-coordinate representation of color #3313DC: hue angle of 249.55º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3313DC is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 19 220 -
CMYK 0.77 0.91 0 0.14
HSL 249.55º 0.84% 0.47% -
HSV(B) 249.55º 0.91% 0.86% -
XYZ 14.52 6.34 68.17 -
YUV 51.48 223.1 127.66 -
System Red Green Blue C M Y K H S L
Decimal 51 19 220 0.77 0.91 0 0.14 249.55 0.84 0.47
Hex 33 13 DC 4D 5B 0 E FA 54 2F
Octal 63 23 334 115 133 0 16 372 124 57
Binary 110011 10011 11011100 1001101 1011011 0 1110 11111010 1010100 101111

Color Harmonies of #3313DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3313DC

Black with #3313DC

Text Example


Text Example

White with #3313DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3313DC; }

 p { color: rgb(51,19,220); }

 H1.HeaderClassName
 {
   color: #3313DC;
 }
 .AnyTagClassName
 {
   color: #3313DC;
 }
</style>

background-color css

<style>
 a { background-color: #3313DC; }

 a { background-color: rgb(51,19,220); }

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

border-color css

<style>
 span { border-color: #3313DC; }

 span { border-color: rgb(51,19,220); }

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