Html Css Color HEX #3313DF Han Purple

📋 copy color: '#3313DF'

red 51 ◦ green 19 ◦ blue 223

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

Shades of Han Purple #3313DF

Tints of Han Purple #3313DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 76.11%

R = 17.41%
G = 6.48%
B = 76.11%

CMYK

 C value IS 0.77

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3313DF (or 0x3313DF) is known color: Han Purple. HEX triplet: 33, 13 and DF. RGB value is (51,19,223). Sum of RGB (Red+Green+Blue) = 51+19+223=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 223 (87.5% from 255 or 76.11% from 293); Max value from RGB is 223 - color contains mainly: blue. Hex color #3313DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3313DF is #CCEC20. Grayscale: #333333. Windows color (decimal): -13429793 or 14619443. OLE color: 14619443.

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

Color convert

RGB 51 19 223 -
CMYK 0.77 0.91 0 0.13
HSL 249.41º 0.84% 0.47% -
HSV(B) 249.41º 0.91% 0.87% -
XYZ 14.92 6.5 70.28 -
YUV 51.82 224.6 127.41 -
System Red Green Blue C M Y K H S L
Decimal 51 19 223 0.77 0.91 0 0.13 249.41 0.84 0.47
Hex 33 13 DF 4D 5B 0 D F9 54 2F
Octal 63 23 337 115 133 0 15 371 124 57
Binary 110011 10011 11011111 1001101 1011011 0 1101 11111001 1010100 101111

Color Harmonies of #3313DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3313DF

Black with #3313DF

Text Example


Text Example

White with #3313DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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