Html Css Color HEX #331DFB Han Purple

📋 copy color: '#331DFB'

red 51 ◦ green 29 ◦ blue 251

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

Shades of Han Purple #331DFB

Tints of Han Purple #331DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.76%

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

R = 15.41%
G = 8.76%
B = 75.83%

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

#331DFB (or 0x331DFB) is known color: Han Purple. HEX triplet: 33, 1D and FB. RGB value is (51,29,251). Sum of RGB (Red+Green+Blue) = 51+29+251=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 251 (98.44% from 255 or 75.83% from 331); Max value from RGB is 251 - color contains mainly: blue. Hex color #331DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331DFB is #CCE204. Grayscale: #3C3C3C. Windows color (decimal): -13427205 or 16457011. OLE color: 16457011.

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

Color convert

RGB 51 29 251 -
CMYK 0.80 0.88 0 0.02
HSL 245.95º 0.97% 0.55% -
HSV(B) 245.95º 0.88% 0.98% -
XYZ 19.22 8.55 91.9 -
YUV 60.89 235.29 120.95 -
System Red Green Blue C M Y K H S L
Decimal 51 29 251 0.80 0.88 0 0.02 245.95 0.97 0.55
Hex 33 1D FB 50 58 0 2 F6 61 37
Octal 63 35 373 120 130 0 2 366 141 67
Binary 110011 11101 11111011 1010000 1011000 0 10 11110110 1100001 110111

Color Harmonies of #331DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331DFB

Black with #331DFB

Text Example


Text Example

White with #331DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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