Html Css Color HEX #581975 Blue Diamond

📋 copy color: '#581975'

red 88 ◦ green 25 ◦ blue 117

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

Shades of Blue Diamond #581975

Tints of Blue Diamond #581975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50.87%

R = 38.26%
G = 10.87%
B = 50.87%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#581975 (or 0x581975) is known color: Blue Diamond. HEX triplet: 58, 19 and 75. RGB value is (88,25,117). Sum of RGB (Red+Green+Blue) = 88+25+117=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #581975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581975 is #A7E68A. Grayscale: #363636. Windows color (decimal): -11003531 or 7674200. OLE color: 7674200.

HSL color Cylindrical-coordinate representation of color #581975: hue angle of 281.09º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #581975 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 25 117 -
CMYK 0.25 0.79 0 0.54
HSL 281.09º 0.65% 0.28% -
HSV(B) 281.09º 0.79% 0.46% -
XYZ 7.58 4.05 17.21 -
YUV 54.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 88 25 117 0.25 0.79 0 0.54 281.09 0.65 0.28
Hex 58 19 75 19 4F 0 36 119 41 1C
Octal 130 31 165 31 117 0 66 431 101 34
Binary 1011000 11001 1110101 11001 1001111 0 110110 100011001 1000001 11100

Color Harmonies of #581975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581975

Black with #581975

Text Example


Text Example

White with #581975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581975; }

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

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

background-color css

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

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

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

border-color css

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

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

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