Html Css Color HEX #331ED6 Han Purple

📋 copy color: '#331ED6'

red 51 ◦ green 30 ◦ blue 214

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

Shades of Han Purple #331ED6

Tints of Han Purple #331ED6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.17%

 BLUE value IS 214 (83.98% from 255) = 72.54%

R = 17.29%
G = 10.17%
B = 72.54%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#331ED6 (or 0x331ED6) is known color: Han Purple. HEX triplet: 33, 1E and D6. RGB value is (51,30,214). Sum of RGB (Red+Green+Blue) = 51+30+214=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 214 (83.98% from 255 or 72.54% from 295); Max value from RGB is 214 - color contains mainly: blue. Hex color #331ED6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331ED6 is #CCE129. Grayscale: #383838. Windows color (decimal): -13426986 or 14032435. OLE color: 14032435.

HSL color Cylindrical-coordinate representation of color #331ED6: hue angle of 246.85º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331ED6 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 30 214 -
CMYK 0.76 0.86 0 0.16
HSL 246.85º 0.75% 0.48% -
HSV(B) 246.85º 0.86% 0.84% -
XYZ 13.97 6.49 64.13 -
YUV 57.26 216.46 123.54 -
System Red Green Blue C M Y K H S L
Decimal 51 30 214 0.76 0.86 0 0.16 246.85 0.75 0.48
Hex 33 1E D6 4C 56 0 10 F7 4B 30
Octal 63 36 326 114 126 0 20 367 113 60
Binary 110011 11110 11010110 1001100 1010110 0 10000 11110111 1001011 110000

Color Harmonies of #331ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331ED6

Black with #331ED6

Text Example


Text Example

White with #331ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331ED6; }

 p { color: rgb(51,30,214); }

 H1.HeaderClassName
 {
   color: #331ED6;
 }
 .AnyTagClassName
 {
   color: #331ED6;
 }
</style>

background-color css

<style>
 a { background-color: #331ED6; }

 a { background-color: rgb(51,30,214); }

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

border-color css

<style>
 span { border-color: #331ED6; }

 span { border-color: rgb(51,30,214); }

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