Html Css Color HEX #331FFB Han Purple

📋 copy color: '#331FFB'

red 51 ◦ green 31 ◦ blue 251

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

Shades of Han Purple #331FFB

Tints of Han Purple #331FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 75.38%

R = 15.32%
G = 9.31%
B = 75.38%

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

#331FFB (or 0x331FFB) is known color: Han Purple. HEX triplet: 33, 1F and FB. RGB value is (51,31,251). Sum of RGB (Red+Green+Blue) = 51+31+251=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #331FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331FFB is #CCE004. Grayscale: #3D3D3D. Windows color (decimal): -13426693 or 16457523. OLE color: 16457523.

HSL color Cylindrical-coordinate representation of color #331FFB: hue angle of 245.45º 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 #331FFB is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 31 251 -
CMYK 0.80 0.88 0 0.02
HSL 245.45º 0.96% 0.55% -
HSV(B) 245.45º 0.88% 0.98% -
XYZ 19.27 8.65 91.92 -
YUV 62.06 234.63 120.11 -
System Red Green Blue C M Y K H S L
Decimal 51 31 251 0.80 0.88 0 0.02 245.45 0.96 0.55
Hex 33 1F FB 50 58 0 2 F5 60 37
Octal 63 37 373 120 130 0 2 365 140 67
Binary 110011 11111 11111011 1010000 1011000 0 10 11110101 1100000 110111

Color Harmonies of #331FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331FFB

Black with #331FFB

Text Example


Text Example

White with #331FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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