Html Css Color HEX #58308C Kingfisher Daisy

📋 copy color: '#58308C'

red 88 ◦ green 48 ◦ blue 140

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

Shades of Kingfisher Daisy #58308C

Tints of Kingfisher Daisy #58308C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.39%

 BLUE value IS 140 (55.08% from 255) = 50.72%

R = 31.88%
G = 17.39%
B = 50.72%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58308C (or 0x58308C) is known color: Kingfisher Daisy. HEX triplet: 58, 30 and 8C. RGB value is (88,48,140). Sum of RGB (Red+Green+Blue) = 88+48+140=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #58308C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58308C is #A7CF73. Grayscale: #464646. Windows color (decimal): -10997620 or 9187416. OLE color: 9187416.

HSL color Cylindrical-coordinate representation of color #58308C: hue angle of 266.09º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58308C is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 48 140 -
CMYK 0.37 0.66 0 0.45
HSL 266.09º 0.49% 0.37% -
HSV(B) 266.09º 0.66% 0.55% -
XYZ 9.82 6.08 25.47 -
YUV 70.45 167.25 140.52 -
System Red Green Blue C M Y K H S L
Decimal 88 48 140 0.37 0.66 0 0.45 266.09 0.49 0.37
Hex 58 30 8C 25 42 0 2D 10A 31 25
Octal 130 60 214 45 102 0 55 412 61 45
Binary 1011000 110000 10001100 100101 1000010 0 101101 100001010 110001 100101

Color Harmonies of #58308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58308C

Black with #58308C

Text Example


Text Example

White with #58308C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,48,140); }

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

background-color css

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

 a { background-color: rgb(88,48,140); }

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

border-color css

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

 span { border-color: rgb(88,48,140); }

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