#61238B

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

Shades of Kingfisher Daisy #61238B

Tints of Kingfisher Daisy #61238B

Color information

#61238B (or 0x61238B) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 23 and 8B. RGB value is (97,35,139). Sum of RGB (Red+Green+Blue) = 97+35+139=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #61238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61238B is #9EDC74. Grayscale: #414141. Windows color (decimal): -10411125 or 9118561. OLE color: 9118561.

HSL color Cylindrical-coordinate representation of color #61238B: hue angle of 275.77º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61238B is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9735139-
CMYK0.300.7500.45
HSL275.77º59.77%34.12%-
HSV(B)275.77º74.82%54.51%-
XYZ10.195.6124.97-
YUV65.39169.54150.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.79%
GREEN value IS 35 (14.06% from 255) = 12.92%
BLUE value IS 139 (54.69% from 255) = 51.29%
R=35.79%
G=12.92%
B=51.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97351390.300.7500.45275.7759.7734.12
Hex61238B1E4B02D1143c22
Octal14143213361130554247442
Binary1100001100011100010111111010010110101101100010100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61238B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61238B; }

 p { color: rgb(97,35,139); }

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

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

 a { background-color: rgb(97,35,139); }

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

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

 span { border-color: rgb(97,35,139); }

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