Html Css Color HEX #58247D Kingfisher Daisy

📋 copy color: '#58247D'

red 88 ◦ green 36 ◦ blue 125

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

Shades of Kingfisher Daisy #58247D

Tints of Kingfisher Daisy #58247D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50.2%

R = 35.34%
G = 14.46%
B = 50.2%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58247D (or 0x58247D) is known color: Kingfisher Daisy. HEX triplet: 58, 24 and 7D. RGB value is (88,36,125). Sum of RGB (Red+Green+Blue) = 88+36+125=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #58247D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58247D is #A7DB82. Grayscale: #3D3D3D. Windows color (decimal): -11000707 or 8201304. OLE color: 8201304.

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

Color convert

RGB 88 36 125 -
CMYK 0.30 0.71 0 0.51
HSL 275.06º 0.55% 0.32% -
HSV(B) 275.06º 0.71% 0.49% -
XYZ 8.36 4.82 19.89 -
YUV 61.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 88 36 125 0.30 0.71 0 0.51 275.06 0.55 0.32
Hex 58 24 7D 1E 47 0 33 113 37 20
Octal 130 44 175 36 107 0 63 423 67 40
Binary 1011000 100100 1111101 11110 1000111 0 110011 100010011 110111 100000

Color Harmonies of #58247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58247D

Black with #58247D

Text Example


Text Example

White with #58247D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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