Html Css Color HEX #3313D7 Han Purple

📋 copy color: '#3313D7'

red 51 ◦ green 19 ◦ blue 215

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

Shades of Han Purple #3313D7

Tints of Han Purple #3313D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 75.44%

R = 17.89%
G = 6.67%
B = 75.44%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3313D7 (or 0x3313D7) is known color: Han Purple. HEX triplet: 33, 13 and D7. RGB value is (51,19,215). Sum of RGB (Red+Green+Blue) = 51+19+215=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 215 (84.38% from 255 or 75.44% from 285); Max value from RGB is 215 - color contains mainly: blue. Hex color #3313D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3313D7 is #CCEC28. Grayscale: #323232. Windows color (decimal): -13429801 or 14095155. OLE color: 14095155.

HSL color Cylindrical-coordinate representation of color #3313D7: hue angle of 249.8º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3313D7 is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 19 215 -
CMYK 0.76 0.91 0 0.16
HSL 249.8º 0.84% 0.46% -
HSV(B) 249.8º 0.91% 0.84% -
XYZ 13.86 6.08 64.73 -
YUV 50.91 220.6 128.06 -
System Red Green Blue C M Y K H S L
Decimal 51 19 215 0.76 0.91 0 0.16 249.8 0.84 0.46
Hex 33 13 D7 4C 5B 0 10 FA 54 2E
Octal 63 23 327 114 133 0 20 372 124 56
Binary 110011 10011 11010111 1001100 1011011 0 10000 11111010 1010100 101110

Color Harmonies of #3313D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3313D7

Black with #3313D7

Text Example


Text Example

White with #3313D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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