Html Css Color HEX #581971 Blue Diamond

📋 copy color: '#581971'

red 88 ◦ green 25 ◦ blue 113

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

Shades of Blue Diamond #581971

Tints of Blue Diamond #581971

RGB

 RED value IS 88 (34.77% from 255) = 38.94%

 GREEN value IS 25 (10.16% from 255) = 11.06%

 BLUE value IS 113 (44.53% from 255) = 50%

R = 38.94%
G = 11.06%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#581971 (or 0x581971) is known color: Blue Diamond. HEX triplet: 58, 19 and 71. RGB value is (88,25,113). Sum of RGB (Red+Green+Blue) = 88+25+113=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #581971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581971 is #A7E68E. Grayscale: #353535. Windows color (decimal): -11003535 or 7412056. OLE color: 7412056.

HSL color Cylindrical-coordinate representation of color #581971: hue angle of 282.95º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #581971 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 25 113 -
CMYK 0.22 0.78 0 0.56
HSL 282.95º 0.64% 0.27% -
HSV(B) 282.95º 0.78% 0.44% -
XYZ 7.35 3.96 16 -
YUV 53.87 161.37 152.34 -
System Red Green Blue C M Y K H S L
Decimal 88 25 113 0.22 0.78 0 0.56 282.95 0.64 0.27
Hex 58 19 71 16 4E 0 38 11B 40 1B
Octal 130 31 161 26 116 0 70 433 100 33
Binary 1011000 11001 1110001 10110 1001110 0 111000 100011011 1000000 11011

Color Harmonies of #581971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581971

Black with #581971

Text Example


Text Example

White with #581971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581971; }

 p { color: rgb(88,25,113); }

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

background-color css

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

 a { background-color: rgb(88,25,113); }

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

border-color css

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

 span { border-color: rgb(88,25,113); }

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