Html Css Color HEX #58267F Kingfisher Daisy

📋 copy color: '#58267F'

red 88 ◦ green 38 ◦ blue 127

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

Shades of Kingfisher Daisy #58267F

Tints of Kingfisher Daisy #58267F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.02%

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

R = 34.78%
G = 15.02%
B = 50.2%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#58267F (or 0x58267F) is known color: Kingfisher Daisy. HEX triplet: 58, 26 and 7F. RGB value is (88,38,127). Sum of RGB (Red+Green+Blue) = 88+38+127=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #58267F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58267F is #A7D980. Grayscale: #3E3E3E. Windows color (decimal): -11000193 or 8332888. OLE color: 8332888.

HSL color Cylindrical-coordinate representation of color #58267F: hue angle of 273.71º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58267F is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 38 127 -
CMYK 0.31 0.70 0 0.50
HSL 273.71º 0.54% 0.32% -
HSV(B) 273.71º 0.7% 0.5% -
XYZ 8.55 4.99 20.59 -
YUV 63.1 164.07 145.76 -
System Red Green Blue C M Y K H S L
Decimal 88 38 127 0.31 0.70 0 0.50 273.71 0.54 0.32
Hex 58 26 7F 1F 46 0 32 112 36 20
Octal 130 46 177 37 106 0 62 422 66 40
Binary 1011000 100110 1111111 11111 1000110 0 110010 100010010 110110 100000

Color Harmonies of #58267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58267F

Black with #58267F

Text Example


Text Example

White with #58267F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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