Html Css Color HEX #3317DD Han Purple

📋 copy color: '#3317DD'

red 51 ◦ green 23 ◦ blue 221

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

Shades of Han Purple #3317DD

Tints of Han Purple #3317DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 74.92%

R = 17.29%
G = 7.8%
B = 74.92%

CMYK

 C value IS 0.77

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3317DD (or 0x3317DD) is known color: Han Purple. HEX triplet: 33, 17 and DD. RGB value is (51,23,221). Sum of RGB (Red+Green+Blue) = 51+23+221=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 221 (86.72% from 255 or 74.92% from 295); Max value from RGB is 221 - color contains mainly: blue. Hex color #3317DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3317DD is #CCE822. Grayscale: #353535. Windows color (decimal): -13428771 or 14489395. OLE color: 14489395.

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

Color convert

RGB 51 23 221 -
CMYK 0.77 0.90 0 0.13
HSL 248.48º 0.81% 0.48% -
HSV(B) 248.48º 0.9% 0.87% -
XYZ 14.72 6.54 68.89 -
YUV 53.94 222.28 125.9 -
System Red Green Blue C M Y K H S L
Decimal 51 23 221 0.77 0.90 0 0.13 248.48 0.81 0.48
Hex 33 17 DD 4D 5A 0 D F8 51 30
Octal 63 27 335 115 132 0 15 370 121 60
Binary 110011 10111 11011101 1001101 1011010 0 1101 11111000 1010001 110000

Color Harmonies of #3317DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3317DD

Black with #3317DD

Text Example


Text Example

White with #3317DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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