Html Css Color HEX #331DFE Han Purple

📋 copy color: '#331DFE'

red 51 ◦ green 29 ◦ blue 254

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

Shades of Han Purple #331DFE

Tints of Han Purple #331DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 76.05%

R = 15.27%
G = 8.68%
B = 76.05%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#331DFE (or 0x331DFE) is known color: Han Purple. HEX triplet: 33, 1D and FE. RGB value is (51,29,254). Sum of RGB (Red+Green+Blue) = 51+29+254=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 254 (99.61% from 255 or 76.05% from 334); Max value from RGB is 254 - color contains mainly: blue. Hex color #331DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331DFE is #CCE201. Grayscale: #3C3C3C. Windows color (decimal): -13427202 or 16653619. OLE color: 16653619.

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

Color convert

RGB 51 29 254 -
CMYK 0.80 0.89 0 0.00
HSL 245.87º 0.99% 0.55% -
HSV(B) 245.87º 0.89% 1% -
XYZ 19.69 8.74 94.41 -
YUV 61.23 236.79 120.7 -
System Red Green Blue C M Y K H S L
Decimal 51 29 254 0.80 0.89 0 0.00 245.87 0.99 0.55
Hex 33 1D FE 50 59 0 0 F6 63 37
Octal 63 35 376 120 131 0 0 366 143 67
Binary 110011 11101 11111110 1010000 1011001 0 0 11110110 1100011 110111

Color Harmonies of #331DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331DFE

Black with #331DFE

Text Example


Text Example

White with #331DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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