Html Css Color HEX #3314D1 Han Purple

📋 copy color: '#3314D1'

red 51 ◦ green 20 ◦ blue 209

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

Shades of Han Purple #3314D1

Tints of Han Purple #3314D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 74.64%

R = 18.21%
G = 7.14%
B = 74.64%

CMYK

 C value IS 0.76

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3314D1 (or 0x3314D1) is known color: Han Purple. HEX triplet: 33, 14 and D1. RGB value is (51,20,209). Sum of RGB (Red+Green+Blue) = 51+20+209=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 209 (82.03% from 255 or 74.64% from 280); Max value from RGB is 209 - color contains mainly: blue. Hex color #3314D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3314D1 is #CCEB2E. Grayscale: #323232. Windows color (decimal): -13429551 or 13702195. OLE color: 13702195.

HSL color Cylindrical-coordinate representation of color #3314D1: hue angle of 249.84º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3314D1 is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 51 20 209 -
CMYK 0.76 0.90 0 0.18
HSL 249.84º 0.83% 0.45% -
HSV(B) 249.84º 0.9% 0.82% -
XYZ 13.12 5.81 60.75 -
YUV 50.82 217.27 128.13 -
System Red Green Blue C M Y K H S L
Decimal 51 20 209 0.76 0.90 0 0.18 249.84 0.83 0.45
Hex 33 14 D1 4C 5A 0 12 FA 53 2D
Octal 63 24 321 114 132 0 22 372 123 55
Binary 110011 10100 11010001 1001100 1011010 0 10010 11111010 1010011 101101

Color Harmonies of #3314D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3314D1

Black with #3314D1

Text Example


Text Example

White with #3314D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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