#5F1F95

Color #5F1F95 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #5F1F95

Tints of Kingfisher Daisy #5F1F95

Color information

#5F1F95 (or 0x5F1F95) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 1F and 95. RGB value is (95,31,149). Sum of RGB (Red+Green+Blue) = 95+31+149=275 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.55% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 149 (58.59% from 255 or 54.18% from 275); Max value from RGB is 149 - color contains mainly: blue. Hex color #5F1F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F1F95 is #A0E06A. Grayscale: #3F3F3F. Windows color (decimal): -10543211 or 9772895. OLE color: 9772895.

HSL color Cylindrical-coordinate representation of color #5F1F95: hue angle of 272.54º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F1F95 is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9531149-
CMYK0.360.7900.42
HSL272.54º65.56%35.29%-
HSV(B)272.54º79.19%58.43%-
XYZ10.635.5828.95-
YUV63.59176.2150.41-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.55%
GREEN value IS 31 (12.5% from 255) = 11.27%
BLUE value IS 149 (58.59% from 255) = 54.18%
R=34.55%
G=11.27%
B=54.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal95311490.360.7900.42272.5465.5635.29
Hex5F1F95244F02A1114223
Octal137372254411705242110243
Binary10111111111110010101100100100111101010101000100011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,31,149); }

 H1.HeaderClassName
 {
   color: #5F1F95;
 }
 .AnyTagClassName
 {
   color: #5F1F95;
 }
</style>
background-color css

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

 a { background-color: rgb(95,31,149); }

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

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

 span { border-color: rgb(95,31,149); }

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