Html Css Color HEX #58287F Kingfisher Daisy

📋 copy color: '#58287F'

red 88 ◦ green 40 ◦ blue 127

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

Shades of Kingfisher Daisy #58287F

Tints of Kingfisher Daisy #58287F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 49.8%

R = 34.51%
G = 15.69%
B = 49.8%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#58287F (or 0x58287F) is known color: Kingfisher Daisy. HEX triplet: 58, 28 and 7F. RGB value is (88,40,127). Sum of RGB (Red+Green+Blue) = 88+40+127=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #58287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58287F is #A7D780. Grayscale: #3F3F3F. Windows color (decimal): -10999681 or 8333400. OLE color: 8333400.

HSL color Cylindrical-coordinate representation of color #58287F: hue angle of 273.1º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58287F is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 40 127 -
CMYK 0.31 0.69 0 0.50
HSL 273.1º 0.52% 0.33% -
HSV(B) 273.1º 0.69% 0.5% -
XYZ 8.61 5.12 20.61 -
YUV 64.27 163.4 144.93 -
System Red Green Blue C M Y K H S L
Decimal 88 40 127 0.31 0.69 0 0.50 273.1 0.52 0.33
Hex 58 28 7F 1F 45 0 32 111 34 21
Octal 130 50 177 37 105 0 62 421 64 41
Binary 1011000 101000 1111111 11111 1000101 0 110010 100010001 110100 100001

Color Harmonies of #58287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58287F

Black with #58287F

Text Example


Text Example

White with #58287F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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