Html Css Color HEX #331CFB Han Purple

📋 copy color: '#331CFB'

red 51 ◦ green 28 ◦ blue 251

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

Shades of Han Purple #331CFB

Tints of Han Purple #331CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.48%

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

R = 15.45%
G = 8.48%
B = 76.06%

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

#331CFB (or 0x331CFB) is known color: Han Purple. HEX triplet: 33, 1C and FB. RGB value is (51,28,251). Sum of RGB (Red+Green+Blue) = 51+28+251=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 251 (98.44% from 255 or 76.06% from 330); Max value from RGB is 251 - color contains mainly: blue. Hex color #331CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331CFB is #CCE304. Grayscale: #3B3B3B. Windows color (decimal): -13427461 or 16456755. OLE color: 16456755.

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

Color convert

RGB 51 28 251 -
CMYK 0.80 0.89 0 0.02
HSL 246.19º 0.97% 0.55% -
HSV(B) 246.19º 0.89% 0.98% -
XYZ 19.19 8.5 91.9 -
YUV 60.3 235.62 121.37 -
System Red Green Blue C M Y K H S L
Decimal 51 28 251 0.80 0.89 0 0.02 246.19 0.97 0.55
Hex 33 1C FB 50 59 0 2 F6 61 37
Octal 63 34 373 120 131 0 2 366 141 67
Binary 110011 11100 11111011 1010000 1011001 0 10 11110110 1100001 110111

Color Harmonies of #331CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331CFB

Black with #331CFB

Text Example


Text Example

White with #331CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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