Html Css Color HEX #58208F Kingfisher Daisy

📋 copy color: '#58208F'

red 88 ◦ green 32 ◦ blue 143

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

Shades of Kingfisher Daisy #58208F

Tints of Kingfisher Daisy #58208F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.17%

 BLUE value IS 143 (56.25% from 255) = 54.37%

R = 33.46%
G = 12.17%
B = 54.37%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#58208F (or 0x58208F) is known color: Kingfisher Daisy. HEX triplet: 58, 20 and 8F. RGB value is (88,32,143). Sum of RGB (Red+Green+Blue) = 88+32+143=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 143 (56.25% from 255 or 54.37% from 263); Max value from RGB is 143 - color contains mainly: blue. Hex color #58208F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58208F is #A7DF70. Grayscale: #3D3D3D. Windows color (decimal): -11001713 or 9379928. OLE color: 9379928.

HSL color Cylindrical-coordinate representation of color #58208F: hue angle of 270.27º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58208F is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 32 143 -
CMYK 0.38 0.78 0 0.44
HSL 270.27º 0.63% 0.34% -
HSV(B) 270.27º 0.78% 0.56% -
XYZ 9.5 5.09 26.47 -
YUV 61.4 174.05 146.97 -
System Red Green Blue C M Y K H S L
Decimal 88 32 143 0.38 0.78 0 0.44 270.27 0.63 0.34
Hex 58 20 8F 26 4E 0 2C 10E 3F 22
Octal 130 40 217 46 116 0 54 416 77 42
Binary 1011000 100000 10001111 100110 1001110 0 101100 100001110 111111 100010

Color Harmonies of #58208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58208F

Black with #58208F

Text Example


Text Example

White with #58208F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,32,143); }

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

background-color css

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

 a { background-color: rgb(88,32,143); }

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

border-color css

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

 span { border-color: rgb(88,32,143); }

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