Html Css Color HEX #58247C Kingfisher Daisy

📋 copy color: '#58247C'

red 88 ◦ green 36 ◦ blue 124

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

Shades of Kingfisher Daisy #58247C

Tints of Kingfisher Daisy #58247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.52%

 BLUE value IS 124 (48.83% from 255) = 50%

R = 35.48%
G = 14.52%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58247C (or 0x58247C) is known color: Kingfisher Daisy. HEX triplet: 58, 24 and 7C. RGB value is (88,36,124). Sum of RGB (Red+Green+Blue) = 88+36+124=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #58247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58247C is #A7DB83. Grayscale: #3D3D3D. Windows color (decimal): -11000708 or 8135768. OLE color: 8135768.

HSL color Cylindrical-coordinate representation of color #58247C: hue angle of 275.45º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #58247C is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 36 124 -
CMYK 0.29 0.71 0 0.51
HSL 275.45º 0.55% 0.31% -
HSV(B) 275.45º 0.71% 0.49% -
XYZ 8.29 4.79 19.56 -
YUV 61.58 163.23 146.84 -
System Red Green Blue C M Y K H S L
Decimal 88 36 124 0.29 0.71 0 0.51 275.45 0.55 0.31
Hex 58 24 7C 1D 47 0 33 113 37 1F
Octal 130 44 174 35 107 0 63 423 67 37
Binary 1011000 100100 1111100 11101 1000111 0 110011 100010011 110111 11111

Color Harmonies of #58247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58247C

Black with #58247C

Text Example


Text Example

White with #58247C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58247C; }

 p { color: rgb(88,36,124); }

 H1.HeaderClassName
 {
   color: #58247C;
 }
 .AnyTagClassName
 {
   color: #58247C;
 }
</style>

background-color css

<style>
 a { background-color: #58247C; }

 a { background-color: rgb(88,36,124); }

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

border-color css

<style>
 span { border-color: #58247C; }

 span { border-color: rgb(88,36,124); }

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