#272969

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

Shades of Deep Koamaru #272969

Tints of Deep Koamaru #272969

Color information

#272969 (or 0x272969) is unknown color: approx Deep Koamaru. HEX triplet: 27, 29 and 69. RGB value is (39,41,105). Sum of RGB (Red+Green+Blue) = 39+41+105=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #272969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272969 is #D8D696. Grayscale: #2F2F2F. Windows color (decimal): -14210711 or 6891815. OLE color: 6891815.

HSL color Cylindrical-coordinate representation of color #272969: hue angle of 238.18º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #272969 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3941105-
CMYK0.630.6100.59
HSL238.18º45.83%28.24%-
HSV(B)238.18º62.86%41.18%-
XYZ4.183.0413.73-
YUV47.7160.34121.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.08%
GREEN value IS 41 (16.41% from 255) = 22.16%
BLUE value IS 105 (41.41% from 255) = 56.76%
R=21.08%
G=22.16%
B=56.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39411050.630.6100.59238.1845.8328.24
Hex2729693F3D03Bee2e1c
Octal475115177750733565634
Binary100111101001110100111111111110101110111110111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272969; }

 p { color: rgb(39,41,105); }

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

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

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

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

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

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

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