Html Css Color HEX #3314DD Han Purple

📋 copy color: '#3314DD'

red 51 ◦ green 20 ◦ blue 221

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

Shades of Han Purple #3314DD

Tints of Han Purple #3314DD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.85%

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

R = 17.47%
G = 6.85%
B = 75.68%

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

#3314DD (or 0x3314DD) is known color: Han Purple. HEX triplet: 33, 14 and DD. RGB value is (51,20,221). Sum of RGB (Red+Green+Blue) = 51+20+221=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 221 (86.72% from 255 or 75.68% from 292); Max value from RGB is 221 - color contains mainly: blue. Hex color #3314DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3314DD is #CCEB22. Grayscale: #333333. Windows color (decimal): -13429539 or 14488627. OLE color: 14488627.

HSL color Cylindrical-coordinate representation of color #3314DD: hue angle of 249.25º degrees, saturation: 0.83, 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 #3314DD is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 20 221 -
CMYK 0.77 0.91 0 0.13
HSL 249.25º 0.83% 0.47% -
HSV(B) 249.25º 0.91% 0.87% -
XYZ 14.67 6.42 68.87 -
YUV 52.18 223.27 127.16 -
System Red Green Blue C M Y K H S L
Decimal 51 20 221 0.77 0.91 0 0.13 249.25 0.83 0.47
Hex 33 14 DD 4D 5B 0 D F9 53 2F
Octal 63 24 335 115 133 0 15 371 123 57
Binary 110011 10100 11011101 1001101 1011011 0 1101 11111001 1010011 101111

Color Harmonies of #3314DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3314DD

Black with #3314DD

Text Example


Text Example

White with #3314DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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