Html Css Color HEX #331DF8 Han Purple

📋 copy color: '#331DF8'

red 51 ◦ green 29 ◦ blue 248

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

Shades of Han Purple #331DF8

Tints of Han Purple #331DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 75.61%

R = 15.55%
G = 8.84%
B = 75.61%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#331DF8 (or 0x331DF8) is known color: Han Purple. HEX triplet: 33, 1D and F8. RGB value is (51,29,248). Sum of RGB (Red+Green+Blue) = 51+29+248=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 248 (97.27% from 255 or 75.61% from 328); Max value from RGB is 248 - color contains mainly: blue. Hex color #331DF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331DF8 is #CCE207. Grayscale: #3B3B3B. Windows color (decimal): -13427208 or 16260403. OLE color: 16260403.

HSL color Cylindrical-coordinate representation of color #331DF8: hue angle of 246.03º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331DF8 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 51 29 248 -
CMYK 0.79 0.88 0 0.03
HSL 246.03º 0.94% 0.54% -
HSV(B) 246.03º 0.88% 0.97% -
XYZ 18.75 8.36 89.43 -
YUV 60.54 233.79 121.19 -
System Red Green Blue C M Y K H S L
Decimal 51 29 248 0.79 0.88 0 0.03 246.03 0.94 0.54
Hex 33 1D F8 4F 58 0 3 F6 5E 36
Octal 63 35 370 117 130 0 3 366 136 66
Binary 110011 11101 11111000 1001111 1011000 0 11 11110110 1011110 110110

Color Harmonies of #331DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331DF8

Black with #331DF8

Text Example


Text Example

White with #331DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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