Html Css Color HEX #3313D1 Han Purple

📋 copy color: '#3313D1'

red 51 ◦ green 19 ◦ blue 209

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

Shades of Han Purple #3313D1

Tints of Han Purple #3313D1

RGB

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

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

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

R = 18.28%
G = 6.81%
B = 74.91%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3313D1 (or 0x3313D1) is known color: Han Purple. HEX triplet: 33, 13 and D1. RGB value is (51,19,209). Sum of RGB (Red+Green+Blue) = 51+19+209=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 209 (82.03% from 255 or 74.91% from 279); Max value from RGB is 209 - color contains mainly: blue. Hex color #3313D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3313D1 is #CCEC2E. Grayscale: #313131. Windows color (decimal): -13429807 or 13701939. OLE color: 13701939.

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

Color convert

RGB 51 19 209 -
CMYK 0.76 0.91 0 0.18
HSL 250.11º 0.83% 0.45% -
HSV(B) 250.11º 0.91% 0.82% -
XYZ 13.11 5.77 60.75 -
YUV 50.23 217.6 128.55 -
System Red Green Blue C M Y K H S L
Decimal 51 19 209 0.76 0.91 0 0.18 250.11 0.83 0.45
Hex 33 13 D1 4C 5B 0 12 FA 53 2D
Octal 63 23 321 114 133 0 22 372 123 55
Binary 110011 10011 11010001 1001100 1011011 0 10010 11111010 1010011 101101

Color Harmonies of #3313D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3313D1

Black with #3313D1

Text Example


Text Example

White with #3313D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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