Html Css Color HEX #58298D Kingfisher Daisy

📋 copy color: '#58298D'

red 88 ◦ green 41 ◦ blue 141

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

Shades of Kingfisher Daisy #58298D

Tints of Kingfisher Daisy #58298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.19%

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

R = 32.59%
G = 15.19%
B = 52.22%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58298D (or 0x58298D) is known color: Kingfisher Daisy. HEX triplet: 58, 29 and 8D. RGB value is (88,41,141). Sum of RGB (Red+Green+Blue) = 88+41+141=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #58298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58298D is #A7D672. Grayscale: #424242. Windows color (decimal): -10999411 or 9251160. OLE color: 9251160.

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

Color convert

RGB 88 41 141 -
CMYK 0.38 0.71 0 0.45
HSL 268.2º 0.55% 0.36% -
HSV(B) 268.2º 0.71% 0.55% -
XYZ 9.63 5.58 25.77 -
YUV 66.45 170.07 143.37 -
System Red Green Blue C M Y K H S L
Decimal 88 41 141 0.38 0.71 0 0.45 268.2 0.55 0.36
Hex 58 29 8D 26 47 0 2D 10C 37 24
Octal 130 51 215 46 107 0 55 414 67 44
Binary 1011000 101001 10001101 100110 1000111 0 101101 100001100 110111 100100

Color Harmonies of #58298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58298D

Black with #58298D

Text Example


Text Example

White with #58298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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