Html Css Color HEX #581F9C Daisy Bush

📋 copy color: '#581F9C'

red 88 ◦ green 31 ◦ blue 156

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

Shades of Daisy Bush #581F9C

Tints of Daisy Bush #581F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.73%

R = 32%
G = 11.27%
B = 56.73%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#581F9C (or 0x581F9C) is known color: Daisy Bush. HEX triplet: 58, 1F and 9C. RGB value is (88,31,156). Sum of RGB (Red+Green+Blue) = 88+31+156=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #581F9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581F9C is #A7E063. Grayscale: #3D3D3D. Windows color (decimal): -11001956 or 10231640. OLE color: 10231640.

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

Color convert

RGB 88 31 156 -
CMYK 0.44 0.80 0 0.39
HSL 267.36º 0.67% 0.37% -
HSV(B) 267.36º 0.8% 0.61% -
XYZ 10.52 5.45 31.95 -
YUV 62.29 180.88 146.34 -
System Red Green Blue C M Y K H S L
Decimal 88 31 156 0.44 0.80 0 0.39 267.36 0.67 0.37
Hex 58 1F 9C 2C 50 0 27 10B 43 25
Octal 130 37 234 54 120 0 47 413 103 45
Binary 1011000 11111 10011100 101100 1010000 0 100111 100001011 1000011 100101

Color Harmonies of #581F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581F9C

Black with #581F9C

Text Example


Text Example

White with #581F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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