Html Css Color HEX #331FFC Han Purple

📋 copy color: '#331FFC'

red 51 ◦ green 31 ◦ blue 252

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

Shades of Han Purple #331FFC

Tints of Han Purple #331FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.28%

 BLUE value IS 252 (98.83% from 255) = 75.45%

R = 15.27%
G = 9.28%
B = 75.45%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#331FFC (or 0x331FFC) is known color: Han Purple. HEX triplet: 33, 1F and FC. RGB value is (51,31,252). Sum of RGB (Red+Green+Blue) = 51+31+252=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 252 (98.83% from 255 or 75.45% from 334); Max value from RGB is 252 - color contains mainly: blue. Hex color #331FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331FFC is #CCE003. Grayscale: #3D3D3D. Windows color (decimal): -13426692 or 16523059. OLE color: 16523059.

HSL color Cylindrical-coordinate representation of color #331FFC: hue angle of 245.43º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331FFC is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 31 252 -
CMYK 0.80 0.88 0 0.01
HSL 245.43º 0.97% 0.55% -
HSV(B) 245.43º 0.88% 0.99% -
XYZ 19.43 8.71 92.75 -
YUV 62.17 235.13 120.03 -
System Red Green Blue C M Y K H S L
Decimal 51 31 252 0.80 0.88 0 0.01 245.43 0.97 0.55
Hex 33 1F FC 50 58 0 1 F5 61 37
Octal 63 37 374 120 130 0 1 365 141 67
Binary 110011 11111 11111100 1010000 1011000 0 1 11110101 1100001 110111

Color Harmonies of #331FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331FFC

Black with #331FFC

Text Example


Text Example

White with #331FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,31,252); }

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

background-color css

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

 a { background-color: rgb(51,31,252); }

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

border-color css

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

 span { border-color: rgb(51,31,252); }

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