#62328B

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

Shades of Kingfisher Daisy #62328B

Tints of Kingfisher Daisy #62328B

Color information

#62328B (or 0x62328B) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 32 and 8B. RGB value is (98,50,139). Sum of RGB (Red+Green+Blue) = 98+50+139=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #62328B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62328B is #9DCD74. Grayscale: #4A4A4A. Windows color (decimal): -10341749 or 9122402. OLE color: 9122402.

HSL color Cylindrical-coordinate representation of color #62328B: hue angle of 272.36º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #62328B is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9850139-
CMYK0.290.6400.45
HSL272.36º47.09%37.06%-
HSV(B)272.36º64.03%54.51%-
XYZ10.846.7425.16-
YUV74.5164.4144.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.15%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 139 (54.69% from 255) = 48.43%
R=34.15%
G=17.42%
B=48.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98501390.290.6400.45272.3647.0937.06
Hex62328B1D4002D1102f25
Octal14262213351000554205745
Binary1100010110010100010111110110000000101101100010000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,50,139); }

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

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

 a { background-color: rgb(98,50,139); }

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

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

 span { border-color: rgb(98,50,139); }

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