#62288D

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

Shades of Kingfisher Daisy #62288D

Tints of Kingfisher Daisy #62288D

Color information

#62288D (or 0x62288D) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 28 and 8D. RGB value is (98,40,141). Sum of RGB (Red+Green+Blue) = 98+40+141=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #62288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62288D is #9DD772. Grayscale: #444444. Windows color (decimal): -10344307 or 9250914. OLE color: 9250914.

HSL color Cylindrical-coordinate representation of color #62288D: hue angle of 274.46º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62288D is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9840141-
CMYK0.300.7200.45
HSL274.46º55.8%35.49%-
HSV(B)274.46º71.63%55.29%-
XYZ10.66.0425.81-
YUV68.86168.72148.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.13%
GREEN value IS 40 (16.02% from 255) = 14.34%
BLUE value IS 141 (55.47% from 255) = 50.54%
R=35.13%
G=14.34%
B=50.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98401410.300.7200.45274.4655.835.49
Hex62288D1E4802D1123823
Octal14250215361100554227043
Binary1100010101000100011011111010010000101101100010010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,40,141); }

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

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

 a { background-color: rgb(98,40,141); }

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

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

 span { border-color: rgb(98,40,141); }

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