Html Css Color HEX #581F9D Daisy Bush

📋 copy color: '#581F9D'

red 88 ◦ green 31 ◦ blue 157

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

Shades of Daisy Bush #581F9D

Tints of Daisy Bush #581F9D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.23%

 BLUE value IS 157 (61.72% from 255) = 56.88%

R = 31.88%
G = 11.23%
B = 56.88%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#581F9D (or 0x581F9D) is known color: Daisy Bush. HEX triplet: 58, 1F and 9D. RGB value is (88,31,157). Sum of RGB (Red+Green+Blue) = 88+31+157=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #581F9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581F9D is #A7E062. Grayscale: #3D3D3D. Windows color (decimal): -11001955 or 10297176. OLE color: 10297176.

HSL color Cylindrical-coordinate representation of color #581F9D: hue angle of 267.14º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581F9D is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 31 157 -
CMYK 0.44 0.80 0 0.38
HSL 267.14º 0.67% 0.37% -
HSV(B) 267.14º 0.8% 0.62% -
XYZ 10.6 5.49 32.4 -
YUV 62.41 181.38 146.25 -
System Red Green Blue C M Y K H S L
Decimal 88 31 157 0.44 0.80 0 0.38 267.14 0.67 0.37
Hex 58 1F 9D 2C 50 0 26 10B 43 25
Octal 130 37 235 54 120 0 46 413 103 45
Binary 1011000 11111 10011101 101100 1010000 0 100110 100001011 1000011 100101

Color Harmonies of #581F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581F9D

Black with #581F9D

Text Example


Text Example

White with #581F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581F9D; }

 p { color: rgb(88,31,157); }

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

background-color css

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

 a { background-color: rgb(88,31,157); }

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

border-color css

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

 span { border-color: rgb(88,31,157); }

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