#612188

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

Shades of Kingfisher Daisy #612188

Tints of Kingfisher Daisy #612188

Color information

#612188 (or 0x612188) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 21 and 88. RGB value is (97,33,136). Sum of RGB (Red+Green+Blue) = 97+33+136=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #612188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612188 is #9EDE77. Grayscale: #3F3F3F. Windows color (decimal): -10411640 or 8921441. OLE color: 8921441.

HSL color Cylindrical-coordinate representation of color #612188: hue angle of 277.28º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #612188 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9733136-
CMYK0.290.7600.47
HSL277.28º60.95%33.14%-
HSV(B)277.28º75.74%53.33%-
XYZ9.925.4123.81-
YUV63.88168.7151.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.47%
GREEN value IS 33 (13.28% from 255) = 12.41%
BLUE value IS 136 (53.52% from 255) = 51.13%
R=36.47%
G=12.41%
B=51.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97331360.290.7600.47277.2860.9533.14
Hex6121881D4C02F1153d21
Octal14141210351140574257541
Binary1100001100001100010001110110011000101111100010101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612188; }

 p { color: rgb(97,33,136); }

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

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

 a { background-color: rgb(97,33,136); }

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

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

 span { border-color: rgb(97,33,136); }

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