#27286A

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

Shades of Deep Koamaru #27286A

Tints of Deep Koamaru #27286A

Color information

#27286A (or 0x27286A) is unknown color: approx Deep Koamaru. HEX triplet: 27, 28 and 6A. RGB value is (39,40,106). Sum of RGB (Red+Green+Blue) = 39+40+106=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 106 (41.80% from 255 or 57.30% from 185); Max value from RGB is 106 - color contains mainly: blue. Hex color #27286A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27286A is #D8D795. Grayscale: #2E2E2E. Windows color (decimal): -14210966 or 6957095. OLE color: 6957095.

HSL color Cylindrical-coordinate representation of color #27286A: hue angle of 239.1º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #27286A is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3940106-
CMYK0.630.6200.58
HSL239.1º46.21%28.43%-
HSV(B)239.1º63.21%41.57%-
XYZ4.22.9913.99-
YUV47.22161.17122.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.08%
GREEN value IS 40 (16.02% from 255) = 21.62%
BLUE value IS 106 (41.80% from 255) = 57.30%
R=21.08%
G=21.62%
B=57.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39401060.630.6200.58239.146.2128.43
Hex27286A3F3E03Aef2e1c
Octal475015277760723575634
Binary100111101000110101011111111111001110101110111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27286A; }

 p { color: rgb(39,40,106); }

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

<style>
 a { background-color: #27286A; }

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

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

<style>
 span { border-color: #27286A; }

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

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