Html Css Color HEX #331CE3 Han Purple

📋 copy color: '#331CE3'

red 51 ◦ green 28 ◦ blue 227

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

Shades of Han Purple #331CE3

Tints of Han Purple #331CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 74.18%

R = 16.67%
G = 9.15%
B = 74.18%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#331CE3 (or 0x331CE3) is known color: Han Purple. HEX triplet: 33, 1C and E3. RGB value is (51,28,227). Sum of RGB (Red+Green+Blue) = 51+28+227=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 227 (89.06% from 255 or 74.18% from 306); Max value from RGB is 227 - color contains mainly: blue. Hex color #331CE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331CE3 is #CCE31C. Grayscale: #383838. Windows color (decimal): -13427485 or 14883891. OLE color: 14883891.

HSL color Cylindrical-coordinate representation of color #331CE3: hue angle of 246.93º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331CE3 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 51 28 227 -
CMYK 0.78 0.88 0 0.11
HSL 246.93º 0.78% 0.5% -
HSV(B) 246.93º 0.88% 0.89% -
XYZ 15.65 7.08 73.22 -
YUV 57.56 223.62 123.32 -
System Red Green Blue C M Y K H S L
Decimal 51 28 227 0.78 0.88 0 0.11 246.93 0.78 0.5
Hex 33 1C E3 4E 58 0 B F7 4E 32
Octal 63 34 343 116 130 0 13 367 116 62
Binary 110011 11100 11100011 1001110 1011000 0 1011 11110111 1001110 110010

Color Harmonies of #331CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331CE3

Black with #331CE3

Text Example


Text Example

White with #331CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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