Html Css Color HEX #58288D Kingfisher Daisy

📋 copy color: '#58288D'

red 88 ◦ green 40 ◦ blue 141

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

Shades of Kingfisher Daisy #58288D

Tints of Kingfisher Daisy #58288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.87%

 BLUE value IS 141 (55.47% from 255) = 52.42%

R = 32.71%
G = 14.87%
B = 52.42%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58288D (or 0x58288D) is known color: Kingfisher Daisy. HEX triplet: 58, 28 and 8D. RGB value is (88,40,141). Sum of RGB (Red+Green+Blue) = 88+40+141=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #58288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58288D is #A7D772. Grayscale: #414141. Windows color (decimal): -10999667 or 9250904. OLE color: 9250904.

HSL color Cylindrical-coordinate representation of color #58288D: hue angle of 268.51º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #58288D is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 40 141 -
CMYK 0.38 0.72 0 0.45
HSL 268.51º 0.56% 0.35% -
HSV(B) 268.51º 0.72% 0.55% -
XYZ 9.59 5.52 25.76 -
YUV 65.87 170.4 143.79 -
System Red Green Blue C M Y K H S L
Decimal 88 40 141 0.38 0.72 0 0.45 268.51 0.56 0.35
Hex 58 28 8D 26 48 0 2D 10D 38 23
Octal 130 50 215 46 110 0 55 415 70 43
Binary 1011000 101000 10001101 100110 1001000 0 101101 100001101 111000 100011

Color Harmonies of #58288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58288D

Black with #58288D

Text Example


Text Example

White with #58288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58288D; }

 p { color: rgb(88,40,141); }

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

background-color css

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

 a { background-color: rgb(88,40,141); }

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

border-color css

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

 span { border-color: rgb(88,40,141); }

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