Html Css Color HEX #331CEC Han Purple

📋 copy color: '#331CEC'

red 51 ◦ green 28 ◦ blue 236

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

Shades of Han Purple #331CEC

Tints of Han Purple #331CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 74.92%

R = 16.19%
G = 8.89%
B = 74.92%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#331CEC (or 0x331CEC) is known color: Han Purple. HEX triplet: 33, 1C and EC. RGB value is (51,28,236). Sum of RGB (Red+Green+Blue) = 51+28+236=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 236 (92.58% from 255 or 74.92% from 315); Max value from RGB is 236 - color contains mainly: blue. Hex color #331CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331CEC is #CCE313. Grayscale: #393939. Windows color (decimal): -13427476 or 15473715. OLE color: 15473715.

HSL color Cylindrical-coordinate representation of color #331CEC: hue angle of 246.63º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331CEC is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 28 236 -
CMYK 0.78 0.88 0 0.07
HSL 246.63º 0.85% 0.52% -
HSV(B) 246.63º 0.88% 0.93% -
XYZ 16.92 7.59 79.93 -
YUV 58.59 228.12 122.59 -
System Red Green Blue C M Y K H S L
Decimal 51 28 236 0.78 0.88 0 0.07 246.63 0.85 0.52
Hex 33 1C EC 4E 58 0 7 F7 55 34
Octal 63 34 354 116 130 0 7 367 125 64
Binary 110011 11100 11101100 1001110 1011000 0 111 11110111 1010101 110100

Color Harmonies of #331CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331CEC

Black with #331CEC

Text Example


Text Example

White with #331CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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