Html Css Color HEX #571BDD Han Purple

📋 copy color: '#571BDD'

red 87 ◦ green 27 ◦ blue 221

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

Shades of Han Purple #571BDD

Tints of Han Purple #571BDD

RGB

 RED value IS 87 (34.38% from 255) = 25.97%

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

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

R = 25.97%
G = 8.06%
B = 65.97%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#571BDD (or 0x571BDD) is known color: Han Purple. HEX triplet: 57, 1B and DD. RGB value is (87,27,221). Sum of RGB (Red+Green+Blue) = 87+27+221=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #571BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571BDD is #A8E422. Grayscale: #424242. Windows color (decimal): -11068451 or 14490455. OLE color: 14490455.

HSL color Cylindrical-coordinate representation of color #571BDD: hue angle of 258.56º 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 #571BDD is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 27 221 -
CMYK 0.61 0.88 0 0.13
HSL 258.56º 0.78% 0.49% -
HSV(B) 258.56º 0.88% 0.87% -
XYZ 17.37 8.03 69.04 -
YUV 67.06 214.88 142.23 -
System Red Green Blue C M Y K H S L
Decimal 87 27 221 0.61 0.88 0 0.13 258.56 0.78 0.49
Hex 57 1B DD 3D 58 0 D 103 4E 31
Octal 127 33 335 75 130 0 15 403 116 61
Binary 1010111 11011 11011101 111101 1011000 0 1101 100000011 1001110 110001

Color Harmonies of #571BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571BDD

Black with #571BDD

Text Example


Text Example

White with #571BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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