Html Css Color HEX #331BDD Han Purple

📋 copy color: '#331BDD'

red 51 ◦ green 27 ◦ blue 221

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

Shades of Han Purple #331BDD

Tints of Han Purple #331BDD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.03%

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

R = 17.06%
G = 9.03%
B = 73.91%

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

#331BDD (or 0x331BDD) is known color: Han Purple. HEX triplet: 33, 1B and DD. RGB value is (51,27,221). Sum of RGB (Red+Green+Blue) = 51+27+221=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #331BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331BDD is #CCE422. Grayscale: #373737. Windows color (decimal): -13427747 or 14490419. OLE color: 14490419.

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

Color convert

RGB 51 27 221 -
CMYK 0.77 0.88 0 0.13
HSL 247.42º 0.78% 0.49% -
HSV(B) 247.42º 0.88% 0.87% -
XYZ 14.81 6.71 68.92 -
YUV 56.29 220.95 124.23 -
System Red Green Blue C M Y K H S L
Decimal 51 27 221 0.77 0.88 0 0.13 247.42 0.78 0.49
Hex 33 1B DD 4D 58 0 D F7 4E 31
Octal 63 33 335 115 130 0 15 367 116 61
Binary 110011 11011 11011101 1001101 1011000 0 1101 11110111 1001110 110001

Color Harmonies of #331BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331BDD

Black with #331BDD

Text Example


Text Example

White with #331BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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