Html Css Color HEX #58308E Kingfisher Daisy

📋 copy color: '#58308E'

red 88 ◦ green 48 ◦ blue 142

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

Shades of Kingfisher Daisy #58308E

Tints of Kingfisher Daisy #58308E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 51.08%

R = 31.65%
G = 17.27%
B = 51.08%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#58308E (or 0x58308E) is known color: Kingfisher Daisy. HEX triplet: 58, 30 and 8E. RGB value is (88,48,142). Sum of RGB (Red+Green+Blue) = 88+48+142=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #58308E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58308E is #A7CF71. Grayscale: #464646. Windows color (decimal): -10997618 or 9318488. OLE color: 9318488.

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

Color convert

RGB 88 48 142 -
CMYK 0.38 0.66 0 0.44
HSL 265.53º 0.49% 0.37% -
HSV(B) 265.53º 0.66% 0.56% -
XYZ 9.96 6.14 26.25 -
YUV 70.68 168.25 140.36 -
System Red Green Blue C M Y K H S L
Decimal 88 48 142 0.38 0.66 0 0.44 265.53 0.49 0.37
Hex 58 30 8E 26 42 0 2C 10A 31 25
Octal 130 60 216 46 102 0 54 412 61 45
Binary 1011000 110000 10001110 100110 1000010 0 101100 100001010 110001 100101

Color Harmonies of #58308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58308E

Black with #58308E

Text Example


Text Example

White with #58308E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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