Html Css Color HEX #58288F Kingfisher Daisy

📋 copy color: '#58288F'

red 88 ◦ green 40 ◦ blue 143

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

Shades of Kingfisher Daisy #58288F

Tints of Kingfisher Daisy #58288F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 52.77%

R = 32.47%
G = 14.76%
B = 52.77%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#58288F (or 0x58288F) is known color: Kingfisher Daisy. HEX triplet: 58, 28 and 8F. RGB value is (88,40,143). Sum of RGB (Red+Green+Blue) = 88+40+143=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #58288F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58288F is #A7D770. Grayscale: #414141. Windows color (decimal): -10999665 or 9381976. OLE color: 9381976.

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

Color convert

RGB 88 40 143 -
CMYK 0.38 0.72 0 0.44
HSL 267.96º 0.56% 0.36% -
HSV(B) 267.96º 0.72% 0.56% -
XYZ 9.74 5.58 26.55 -
YUV 66.09 171.4 143.62 -
System Red Green Blue C M Y K H S L
Decimal 88 40 143 0.38 0.72 0 0.44 267.96 0.56 0.36
Hex 58 28 8F 26 48 0 2C 10C 38 24
Octal 130 50 217 46 110 0 54 414 70 44
Binary 1011000 101000 10001111 100110 1001000 0 101100 100001100 111000 100100

Color Harmonies of #58288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58288F

Black with #58288F

Text Example


Text Example

White with #58288F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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