Html Css Color HEX #331FDA Han Purple

📋 copy color: '#331FDA'

red 51 ◦ green 31 ◦ blue 218

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

Shades of Han Purple #331FDA

Tints of Han Purple #331FDA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.33%

 BLUE value IS 218 (85.55% from 255) = 72.67%

R = 17%
G = 10.33%
B = 72.67%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#331FDA (or 0x331FDA) is known color: Han Purple. HEX triplet: 33, 1F and DA. RGB value is (51,31,218). Sum of RGB (Red+Green+Blue) = 51+31+218=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 218 (85.55% from 255 or 72.67% from 300); Max value from RGB is 218 - color contains mainly: blue. Hex color #331FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331FDA is #CCE025. Grayscale: #393939. Windows color (decimal): -13426726 or 14294835. OLE color: 14294835.

HSL color Cylindrical-coordinate representation of color #331FDA: hue angle of 246.42º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331FDA is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 31 218 -
CMYK 0.77 0.86 0 0.15
HSL 246.42º 0.75% 0.49% -
HSV(B) 246.42º 0.86% 0.85% -
XYZ 14.51 6.75 66.87 -
YUV 58.3 218.13 122.79 -
System Red Green Blue C M Y K H S L
Decimal 51 31 218 0.77 0.86 0 0.15 246.42 0.75 0.49
Hex 33 1F DA 4D 56 0 F F6 4B 31
Octal 63 37 332 115 126 0 17 366 113 61
Binary 110011 11111 11011010 1001101 1010110 0 1111 11110110 1001011 110001

Color Harmonies of #331FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331FDA

Black with #331FDA

Text Example


Text Example

White with #331FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,31,218); }

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

background-color css

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

 a { background-color: rgb(51,31,218); }

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

border-color css

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

 span { border-color: rgb(51,31,218); }

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