Html Css Color HEX #331EDA Han Purple

📋 copy color: '#331EDA'

red 51 ◦ green 30 ◦ blue 218

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

Shades of Han Purple #331EDA

Tints of Han Purple #331EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 72.91%

R = 17.06%
G = 10.03%
B = 72.91%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#331EDA (or 0x331EDA) is known color: Han Purple. HEX triplet: 33, 1E and DA. RGB value is (51,30,218). Sum of RGB (Red+Green+Blue) = 51+30+218=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 218 (85.55% from 255 or 72.91% from 299); Max value from RGB is 218 - color contains mainly: blue. Hex color #331EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331EDA is #CCE125. Grayscale: #383838. Windows color (decimal): -13426982 or 14294579. OLE color: 14294579.

HSL color Cylindrical-coordinate representation of color #331EDA: hue angle of 246.7º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331EDA is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 30 218 -
CMYK 0.77 0.86 0 0.15
HSL 246.7º 0.76% 0.49% -
HSV(B) 246.7º 0.86% 0.85% -
XYZ 14.48 6.69 66.86 -
YUV 57.71 218.46 123.21 -
System Red Green Blue C M Y K H S L
Decimal 51 30 218 0.77 0.86 0 0.15 246.7 0.76 0.49
Hex 33 1E DA 4D 56 0 F F7 4C 31
Octal 63 36 332 115 126 0 17 367 114 61
Binary 110011 11110 11011010 1001101 1010110 0 1111 11110111 1001100 110001

Color Harmonies of #331EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331EDA

Black with #331EDA

Text Example


Text Example

White with #331EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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