Html Css Color HEX #331EFD Han Purple

📋 copy color: '#331EFD'

red 51 ◦ green 30 ◦ blue 253

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

Shades of Han Purple #331EFD

Tints of Han Purple #331EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.98%

 BLUE value IS 253 (99.22% from 255) = 75.75%

R = 15.27%
G = 8.98%
B = 75.75%

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

#331EFD (or 0x331EFD) is known color: Han Purple. HEX triplet: 33, 1E and FD. RGB value is (51,30,253). Sum of RGB (Red+Green+Blue) = 51+30+253=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 253 (99.22% from 255 or 75.75% from 334); Max value from RGB is 253 - color contains mainly: blue. Hex color #331EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331EFD is #CCE102. Grayscale: #3C3C3C. Windows color (decimal): -13426947 or 16588339. OLE color: 16588339.

HSL color Cylindrical-coordinate representation of color #331EFD: hue angle of 245.65º degrees, saturation: 0.98, 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 #331EFD is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 30 253 -
CMYK 0.80 0.88 0 0.01
HSL 245.65º 0.98% 0.55% -
HSV(B) 245.65º 0.88% 0.99% -
XYZ 19.56 8.72 93.58 -
YUV 61.7 235.96 120.37 -
System Red Green Blue C M Y K H S L
Decimal 51 30 253 0.80 0.88 0 0.01 245.65 0.98 0.55
Hex 33 1E FD 50 58 0 1 F6 62 37
Octal 63 36 375 120 130 0 1 366 142 67
Binary 110011 11110 11111101 1010000 1011000 0 1 11110110 1100010 110111

Color Harmonies of #331EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331EFD

Black with #331EFD

Text Example


Text Example

White with #331EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,30,253); }

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

background-color css

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

 a { background-color: rgb(51,30,253); }

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

border-color css

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

 span { border-color: rgb(51,30,253); }

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