Html Css Color HEX #331EEB Han Purple

📋 copy color: '#331EEB'

red 51 ◦ green 30 ◦ blue 235

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

Shades of Han Purple #331EEB

Tints of Han Purple #331EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 74.37%

R = 16.14%
G = 9.49%
B = 74.37%

CMYK

 C value IS 0.78

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#331EEB (or 0x331EEB) is known color: Han Purple. HEX triplet: 33, 1E and EB. RGB value is (51,30,235). Sum of RGB (Red+Green+Blue) = 51+30+235=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 235 (92.19% from 255 or 74.37% from 316); Max value from RGB is 235 - color contains mainly: blue. Hex color #331EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331EEB is #CCE114. Grayscale: #3A3A3A. Windows color (decimal): -13426965 or 15408691. OLE color: 15408691.

HSL color Cylindrical-coordinate representation of color #331EEB: hue angle of 246.15º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #331EEB is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 51 30 235 -
CMYK 0.78 0.87 0 0.08
HSL 246.15º 0.84% 0.52% -
HSV(B) 246.15º 0.87% 0.92% -
XYZ 16.82 7.63 79.18 -
YUV 59.65 226.96 121.83 -
System Red Green Blue C M Y K H S L
Decimal 51 30 235 0.78 0.87 0 0.08 246.15 0.84 0.52
Hex 33 1E EB 4E 57 0 8 F6 54 34
Octal 63 36 353 116 127 0 10 366 124 64
Binary 110011 11110 11101011 1001110 1010111 0 1000 11110110 1010100 110100

Color Harmonies of #331EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331EEB

Black with #331EEB

Text Example


Text Example

White with #331EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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