#62287F

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

Shades of Kingfisher Daisy #62287F

Tints of Kingfisher Daisy #62287F

Color information

#62287F (or 0x62287F) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 28 and 7F. RGB value is (98,40,127). Sum of RGB (Red+Green+Blue) = 98+40+127=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #62287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62287F is #9DD780. Grayscale: #424242. Windows color (decimal): -10344321 or 8333410. OLE color: 8333410.

HSL color Cylindrical-coordinate representation of color #62287F: hue angle of 280º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62287F is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9840127-
CMYK0.230.6900.50
HSL280º52.1%32.75%-
HSV(B)280º68.5%49.8%-
XYZ9.635.6520.66-
YUV67.26161.72149.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.98%
GREEN value IS 40 (16.02% from 255) = 15.09%
BLUE value IS 127 (50% from 255) = 47.92%
R=36.98%
G=15.09%
B=47.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98401270.230.6900.5028052.132.75
Hex62287F17450321183421
Octal14250177271050624306441
Binary110001010100011111111011110001010110010100011000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62287F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62287F; }

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

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

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

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

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

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

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

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