Html Css Color HEX #331BEB Han Purple

📋 copy color: '#331BEB'

red 51 ◦ green 27 ◦ blue 235

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

Shades of Han Purple #331BEB

Tints of Han Purple #331BEB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.63%

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

R = 16.29%
G = 8.63%
B = 75.08%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#331BEB (or 0x331BEB) is known color: Han Purple. HEX triplet: 33, 1B and EB. RGB value is (51,27,235). Sum of RGB (Red+Green+Blue) = 51+27+235=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 235 (92.19% from 255 or 75.08% from 313); Max value from RGB is 235 - color contains mainly: blue. Hex color #331BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331BEB is #CCE414. Grayscale: #393939. Windows color (decimal): -13427733 or 15407923. OLE color: 15407923.

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

Color convert

RGB 51 27 235 -
CMYK 0.78 0.89 0 0.08
HSL 246.92º 0.84% 0.51% -
HSV(B) 246.92º 0.89% 0.92% -
XYZ 16.75 7.49 79.16 -
YUV 57.89 227.95 123.09 -
System Red Green Blue C M Y K H S L
Decimal 51 27 235 0.78 0.89 0 0.08 246.92 0.84 0.51
Hex 33 1B EB 4E 59 0 8 F7 54 33
Octal 63 33 353 116 131 0 10 367 124 63
Binary 110011 11011 11101011 1001110 1011001 0 1000 11110111 1010100 110011

Color Harmonies of #331BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331BEB

Black with #331BEB

Text Example


Text Example

White with #331BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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