#63278B

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

Shades of Kingfisher Daisy #63278B

Tints of Kingfisher Daisy #63278B

Color information

#63278B (or 0x63278B) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 27 and 8B. RGB value is (99,39,139). Sum of RGB (Red+Green+Blue) = 99+39+139=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #63278B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63278B is #9CD874. Grayscale: #444444. Windows color (decimal): -10279029 or 9119587. OLE color: 9119587.

HSL color Cylindrical-coordinate representation of color #63278B: hue angle of 276º 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 #63278B is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9939139-
CMYK0.290.7200.45
HSL276º56.18%34.9%-
HSV(B)276º71.94%54.51%-
XYZ10.535.9725.02-
YUV68.34167.88149.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.74%
GREEN value IS 39 (15.62% from 255) = 14.08%
BLUE value IS 139 (54.69% from 255) = 50.18%
R=35.74%
G=14.08%
B=50.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99391390.290.7200.4527656.1834.9
Hex63278B1D4802D1143823
Octal14347213351100554247043
Binary1100011100111100010111110110010000101101100010100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63278B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,39,139); }

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

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

 a { background-color: rgb(99,39,139); }

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

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

 span { border-color: rgb(99,39,139); }

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