Html Css Color HEX #331FFA Han Purple

📋 copy color: '#331FFA'

red 51 ◦ green 31 ◦ blue 250

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

Shades of Han Purple #331FFA

Tints of Han Purple #331FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 75.3%

R = 15.36%
G = 9.34%
B = 75.3%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#331FFA (or 0x331FFA) is known color: Han Purple. HEX triplet: 33, 1F and FA. RGB value is (51,31,250). Sum of RGB (Red+Green+Blue) = 51+31+250=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 250 (98.05% from 255 or 75.30% from 332); Max value from RGB is 250 - color contains mainly: blue. Hex color #331FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331FFA is #CCE005. Grayscale: #3D3D3D. Windows color (decimal): -13426694 or 16391987. OLE color: 16391987.

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

Color convert

RGB 51 31 250 -
CMYK 0.80 0.88 0 0.02
HSL 245.48º 0.96% 0.55% -
HSV(B) 245.48º 0.88% 0.98% -
XYZ 19.11 8.59 91.09 -
YUV 61.95 234.13 120.19 -
System Red Green Blue C M Y K H S L
Decimal 51 31 250 0.80 0.88 0 0.02 245.48 0.96 0.55
Hex 33 1F FA 50 58 0 2 F5 60 37
Octal 63 37 372 120 130 0 2 365 140 67
Binary 110011 11111 11111010 1010000 1011000 0 10 11110101 1100000 110111

Color Harmonies of #331FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331FFA

Black with #331FFA

Text Example


Text Example

White with #331FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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