Html Css Color HEX #57308D Kingfisher Daisy

📋 copy color: '#57308D'

red 87 ◦ green 48 ◦ blue 141

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

Shades of Kingfisher Daisy #57308D

Tints of Kingfisher Daisy #57308D

RGB

 RED value IS 87 (34.38% from 255) = 31.52%

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

 BLUE value IS 141 (55.47% from 255) = 51.09%

R = 31.52%
G = 17.39%
B = 51.09%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57308D (or 0x57308D) is known color: Kingfisher Daisy. HEX triplet: 57, 30 and 8D. RGB value is (87,48,141). Sum of RGB (Red+Green+Blue) = 87+48+141=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #57308D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57308D is #A8CF72. Grayscale: #454545. Windows color (decimal): -11063155 or 9252951. OLE color: 9252951.

HSL color Cylindrical-coordinate representation of color #57308D: hue angle of 265.16º 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 #57308D is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 48 141 -
CMYK 0.38 0.66 0 0.45
HSL 265.16º 0.49% 0.37% -
HSV(B) 265.16º 0.66% 0.55% -
XYZ 9.8 6.06 25.85 -
YUV 70.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 87 48 141 0.38 0.66 0 0.45 265.16 0.49 0.37
Hex 57 30 8D 26 42 0 2D 109 31 25
Octal 127 60 215 46 102 0 55 411 61 45
Binary 1010111 110000 10001101 100110 1000010 0 101101 100001001 110001 100101

Color Harmonies of #57308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57308D

Black with #57308D

Text Example


Text Example

White with #57308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57308D; }

 p { color: rgb(87,48,141); }

 H1.HeaderClassName
 {
   color: #57308D;
 }
 .AnyTagClassName
 {
   color: #57308D;
 }
</style>

background-color css

<style>
 a { background-color: #57308D; }

 a { background-color: rgb(87,48,141); }

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

border-color css

<style>
 span { border-color: #57308D; }

 span { border-color: rgb(87,48,141); }

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