Html Css Color HEX #331ADD Han Purple

📋 copy color: '#331ADD'

red 51 ◦ green 26 ◦ blue 221

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

Shades of Han Purple #331ADD

Tints of Han Purple #331ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.72%

 BLUE value IS 221 (86.72% from 255) = 74.16%

R = 17.11%
G = 8.72%
B = 74.16%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#331ADD (or 0x331ADD) is known color: Han Purple. HEX triplet: 33, 1A and DD. RGB value is (51,26,221). Sum of RGB (Red+Green+Blue) = 51+26+221=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #331ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331ADD is #CCE522. Grayscale: #363636. Windows color (decimal): -13428003 or 14490163. OLE color: 14490163.

HSL color Cylindrical-coordinate representation of color #331ADD: hue angle of 247.69º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331ADD is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 26 221 -
CMYK 0.77 0.88 0 0.13
HSL 247.69º 0.79% 0.48% -
HSV(B) 247.69º 0.88% 0.87% -
XYZ 14.79 6.66 68.91 -
YUV 55.71 221.28 124.64 -
System Red Green Blue C M Y K H S L
Decimal 51 26 221 0.77 0.88 0 0.13 247.69 0.79 0.48
Hex 33 1A DD 4D 58 0 D F8 4F 30
Octal 63 32 335 115 130 0 15 370 117 60
Binary 110011 11010 11011101 1001101 1011000 0 1101 11111000 1001111 110000

Color Harmonies of #331ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331ADD

Black with #331ADD

Text Example


Text Example

White with #331ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,26,221); }

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

background-color css

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

 a { background-color: rgb(51,26,221); }

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

border-color css

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

 span { border-color: rgb(51,26,221); }

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