Html Css Color HEX #5F298D Kingfisher Daisy

📋 copy color: '#5F298D'

red 95 ◦ green 41 ◦ blue 141

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

Shades of Kingfisher Daisy #5F298D

Tints of Kingfisher Daisy #5F298D

RGB

 RED value IS 95 (37.5% from 255) = 34.3%

 GREEN value IS 41 (16.41% from 255) = 14.8%

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

R = 34.3%
G = 14.8%
B = 50.9%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5F298D (or 0x5F298D) is known color: Kingfisher Daisy. HEX triplet: 5F, 29 and 8D. RGB value is (95,41,141). Sum of RGB (Red+Green+Blue) = 95+41+141=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F298D is #A0D672. Grayscale: #444444. Windows color (decimal): -10540659 or 9251167. OLE color: 9251167.

HSL color Cylindrical-coordinate representation of color #5F298D: hue angle of 272.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F298D is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 95 41 141 -
CMYK 0.33 0.71 0 0.45
HSL 272.4º 0.55% 0.36% -
HSV(B) 272.4º 0.71% 0.55% -
XYZ 10.32 5.94 25.8 -
YUV 68.55 168.89 146.87 -
System Red Green Blue C M Y K H S L
Decimal 95 41 141 0.33 0.71 0 0.45 272.4 0.55 0.36
Hex 5F 29 8D 21 47 0 2D 110 37 24
Octal 137 51 215 41 107 0 55 420 67 44
Binary 1011111 101001 10001101 100001 1000111 0 101101 100010000 110111 100100

Color Harmonies of #5F298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F298D

Black with #5F298D

Text Example


Text Example

White with #5F298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F298D; }

 p { color: rgb(95,41,141); }

 H1.HeaderClassName
 {
   color: #5F298D;
 }
 .AnyTagClassName
 {
   color: #5F298D;
 }
</style>

background-color css

<style>
 a { background-color: #5F298D; }

 a { background-color: rgb(95,41,141); }

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

border-color css

<style>
 span { border-color: #5F298D; }

 span { border-color: rgb(95,41,141); }

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