Html Css Color HEX #331CDB Han Purple

📋 copy color: '#331CDB'

red 51 ◦ green 28 ◦ blue 219

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

Shades of Han Purple #331CDB

Tints of Han Purple #331CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.4%

 BLUE value IS 219 (85.94% from 255) = 73.49%

R = 17.11%
G = 9.4%
B = 73.49%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#331CDB (or 0x331CDB) is known color: Han Purple. HEX triplet: 33, 1C and DB. RGB value is (51,28,219). Sum of RGB (Red+Green+Blue) = 51+28+219=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #331CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331CDB is #CCE324. Grayscale: #373737. Windows color (decimal): -13427493 or 14359603. OLE color: 14359603.

HSL color Cylindrical-coordinate representation of color #331CDB: hue angle of 247.23º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #331CDB is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 28 219 -
CMYK 0.77 0.87 0 0.14
HSL 247.23º 0.77% 0.48% -
HSV(B) 247.23º 0.87% 0.86% -
XYZ 14.57 6.65 67.53 -
YUV 56.65 219.62 123.97 -
System Red Green Blue C M Y K H S L
Decimal 51 28 219 0.77 0.87 0 0.14 247.23 0.77 0.48
Hex 33 1C DB 4D 57 0 E F7 4D 30
Octal 63 34 333 115 127 0 16 367 115 60
Binary 110011 11100 11011011 1001101 1010111 0 1110 11110111 1001101 110000

Color Harmonies of #331CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331CDB

Black with #331CDB

Text Example


Text Example

White with #331CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,28,219); }

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

background-color css

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

 a { background-color: rgb(51,28,219); }

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

border-color css

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

 span { border-color: rgb(51,28,219); }

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