Html Css Color HEX #331BFB Han Purple

📋 copy color: '#331BFB'

red 51 ◦ green 27 ◦ blue 251

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

Shades of Han Purple #331BFB

Tints of Han Purple #331BFB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.21%

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

R = 15.5%
G = 8.21%
B = 76.29%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#331BFB (or 0x331BFB) is known color: Han Purple. HEX triplet: 33, 1B and FB. RGB value is (51,27,251). Sum of RGB (Red+Green+Blue) = 51+27+251=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 251 (98.44% from 255 or 76.29% from 329); Max value from RGB is 251 - color contains mainly: blue. Hex color #331BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331BFB is #CCE404. Grayscale: #3A3A3A. Windows color (decimal): -13427717 or 16456499. OLE color: 16456499.

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

Color convert

RGB 51 27 251 -
CMYK 0.80 0.89 0 0.02
HSL 246.43º 0.97% 0.55% -
HSV(B) 246.43º 0.89% 0.98% -
XYZ 19.17 8.45 91.89 -
YUV 59.71 235.95 121.79 -
System Red Green Blue C M Y K H S L
Decimal 51 27 251 0.80 0.89 0 0.02 246.43 0.97 0.55
Hex 33 1B FB 50 59 0 2 F6 61 37
Octal 63 33 373 120 131 0 2 366 141 67
Binary 110011 11011 11111011 1010000 1011001 0 10 11110110 1100001 110111

Color Harmonies of #331BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331BFB

Black with #331BFB

Text Example


Text Example

White with #331BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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