Html Css Color HEX #331CFF Han Purple

📋 copy color: '#331CFF'

red 51 ◦ green 28 ◦ blue 255

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

Shades of Han Purple #331CFF

Tints of Han Purple #331CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 76.35%

R = 15.27%
G = 8.38%
B = 76.35%

CMYK

 C value IS 0.8

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#331CFF (or 0x331CFF) is known color: Han Purple. HEX triplet: 33, 1C and FF. RGB value is (51,28,255). Sum of RGB (Red+Green+Blue) = 51+28+255=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #331CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331CFF is #CCE300. Grayscale: #3B3B3B. Windows color (decimal): -13427457 or 16718899. OLE color: 16718899.

HSL color Cylindrical-coordinate representation of color #331CFF: hue angle of 246.08º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #331CFF is Cyan = 0.8, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 28 255 -
CMYK 0.8 0.89 0 0
HSL 246.08º 1% 0.55% -
HSV(B) 246.08º 0.89% 1% -
XYZ 19.83 8.75 95.25 -
YUV 60.76 237.62 121.04 -
System Red Green Blue C M Y K H S L
Decimal 51 28 255 0.8 0.89 0 0 246.08 1 0.55
Hex 33 1C FF 50 59 0 0 F6 64 37
Octal 63 34 377 120 131 0 0 366 144 67
Binary 110011 11100 11111111 1010000 1011001 0 0 11110110 1100100 110111

Color Harmonies of #331CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331CFF

Black with #331CFF

Text Example


Text Example

White with #331CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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