Html Css Color HEX #331CE7 Han Purple

📋 copy color: '#331CE7'

red 51 ◦ green 28 ◦ blue 231

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

Shades of Han Purple #331CE7

Tints of Han Purple #331CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 74.52%

R = 16.45%
G = 9.03%
B = 74.52%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#331CE7 (or 0x331CE7) is known color: Han Purple. HEX triplet: 33, 1C and E7. RGB value is (51,28,231). Sum of RGB (Red+Green+Blue) = 51+28+231=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 231 (90.62% from 255 or 74.52% from 310); Max value from RGB is 231 - color contains mainly: blue. Hex color #331CE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331CE7 is #CCE318. Grayscale: #393939. Windows color (decimal): -13427481 or 15146035. OLE color: 15146035.

HSL color Cylindrical-coordinate representation of color #331CE7: hue angle of 246.8º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331CE7 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 51 28 231 -
CMYK 0.78 0.88 0 0.09
HSL 246.8º 0.81% 0.51% -
HSV(B) 246.8º 0.88% 0.91% -
XYZ 16.2 7.3 76.16 -
YUV 58.02 225.62 122.99 -
System Red Green Blue C M Y K H S L
Decimal 51 28 231 0.78 0.88 0 0.09 246.8 0.81 0.51
Hex 33 1C E7 4E 58 0 9 F7 51 33
Octal 63 34 347 116 130 0 11 367 121 63
Binary 110011 11100 11100111 1001110 1011000 0 1001 11110111 1010001 110011

Color Harmonies of #331CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331CE7

Black with #331CE7

Text Example


Text Example

White with #331CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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