Html Css Color HEX #331DFC Han Purple

📋 copy color: '#331DFC'

red 51 ◦ green 29 ◦ blue 252

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

Shades of Han Purple #331DFC

Tints of Han Purple #331DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 75.9%

R = 15.36%
G = 8.73%
B = 75.9%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#331DFC (or 0x331DFC) is known color: Han Purple. HEX triplet: 33, 1D and FC. RGB value is (51,29,252). Sum of RGB (Red+Green+Blue) = 51+29+252=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 252 (98.83% from 255 or 75.90% from 332); Max value from RGB is 252 - color contains mainly: blue. Hex color #331DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331DFC is #CCE203. Grayscale: #3C3C3C. Windows color (decimal): -13427204 or 16522547. OLE color: 16522547.

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

Color convert

RGB 51 29 252 -
CMYK 0.80 0.88 0 0.01
HSL 245.92º 0.97% 0.55% -
HSV(B) 245.92º 0.88% 0.99% -
XYZ 19.38 8.61 92.74 -
YUV 61 235.79 120.87 -
System Red Green Blue C M Y K H S L
Decimal 51 29 252 0.80 0.88 0 0.01 245.92 0.97 0.55
Hex 33 1D FC 50 58 0 1 F6 61 37
Octal 63 35 374 120 130 0 1 366 141 67
Binary 110011 11101 11111100 1010000 1011000 0 1 11110110 1100001 110111

Color Harmonies of #331DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331DFC

Black with #331DFC

Text Example


Text Example

White with #331DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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