Html Css Color HEX #3317DC Han Purple

📋 copy color: '#3317DC'

red 51 ◦ green 23 ◦ blue 220

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

Shades of Han Purple #3317DC

Tints of Han Purple #3317DC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.82%

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

R = 17.35%
G = 7.82%
B = 74.83%

CMYK

 C value IS 0.77

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3317DC (or 0x3317DC) is known color: Han Purple. HEX triplet: 33, 17 and DC. RGB value is (51,23,220). Sum of RGB (Red+Green+Blue) = 51+23+220=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 220 (86.33% from 255 or 74.83% from 294); Max value from RGB is 220 - color contains mainly: blue. Hex color #3317DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3317DC is #CCE823. Grayscale: #353535. Windows color (decimal): -13428772 or 14423859. OLE color: 14423859.

HSL color Cylindrical-coordinate representation of color #3317DC: hue angle of 248.53º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3317DC is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 23 220 -
CMYK 0.77 0.90 0 0.14
HSL 248.53º 0.81% 0.48% -
HSV(B) 248.53º 0.9% 0.86% -
XYZ 14.59 6.48 68.19 -
YUV 53.83 221.78 125.98 -
System Red Green Blue C M Y K H S L
Decimal 51 23 220 0.77 0.90 0 0.14 248.53 0.81 0.48
Hex 33 17 DC 4D 5A 0 E F9 51 30
Octal 63 27 334 115 132 0 16 371 121 60
Binary 110011 10111 11011100 1001101 1011010 0 1110 11111001 1010001 110000

Color Harmonies of #3317DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3317DC

Black with #3317DC

Text Example


Text Example

White with #3317DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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