Html Css Color HEX #3313DB Han Purple

📋 copy color: '#3313DB'

red 51 ◦ green 19 ◦ blue 219

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

Shades of Han Purple #3313DB

Tints of Han Purple #3313DB

RGB

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

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

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

R = 17.65%
G = 6.57%
B = 75.78%

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

#3313DB (or 0x3313DB) is known color: Han Purple. HEX triplet: 33, 13 and DB. RGB value is (51,19,219). Sum of RGB (Red+Green+Blue) = 51+19+219=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 219 (85.94% from 255 or 75.78% from 289); Max value from RGB is 219 - color contains mainly: blue. Hex color #3313DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3313DB is #CCEC24. Grayscale: #323232. Windows color (decimal): -13429797 or 14357299. OLE color: 14357299.

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

Color convert

RGB 51 19 219 -
CMYK 0.77 0.91 0 0.14
HSL 249.6º 0.84% 0.47% -
HSV(B) 249.6º 0.91% 0.86% -
XYZ 14.38 6.28 67.47 -
YUV 51.37 222.6 127.74 -
System Red Green Blue C M Y K H S L
Decimal 51 19 219 0.77 0.91 0 0.14 249.6 0.84 0.47
Hex 33 13 DB 4D 5B 0 E FA 54 2F
Octal 63 23 333 115 133 0 16 372 124 57
Binary 110011 10011 11011011 1001101 1011011 0 1110 11111010 1010100 101111

Color Harmonies of #3313DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3313DB

Black with #3313DB

Text Example


Text Example

White with #3313DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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