#27276C

Color #27276C Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #27276C

Tints of Deep Koamaru #27276C

Color information

#27276C (or 0x27276C) is unknown color: approx Deep Koamaru. HEX triplet: 27, 27 and 6C. RGB value is (39,39,108). Sum of RGB (Red+Green+Blue) = 39+39+108=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #27276C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27276C is #D8D893. Grayscale: #2E2E2E. Windows color (decimal): -14211220 or 7087911. OLE color: 7087911.

HSL color Cylindrical-coordinate representation of color #27276C: hue angle of 240º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27276C is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3939108-
CMYK0.640.6400.58
HSL240º46.94%28.82%-
HSV(B)240º63.89%42.35%-
XYZ4.272.9714.53-
YUV46.87162.5122.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.97%
GREEN value IS 39 (15.62% from 255) = 20.97%
BLUE value IS 108 (42.58% from 255) = 58.06%
R=20.97%
G=20.97%
B=58.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39391080.640.6400.5824046.9428.82
Hex27276C404003Af02f1d
Octal47471541001000723605735
Binary10011110011111011001000000100000001110101111000010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27276C; }

 p { color: rgb(39,39,108); }

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

<style>
 a { background-color: #27276C; }

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

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

<style>
 span { border-color: #27276C; }

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

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