#383471

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

Shades of Deep Koamaru #383471

Tints of Deep Koamaru #383471

Color information

#383471 (or 0x383471) is unknown color: approx Deep Koamaru. HEX triplet: 38, 34 and 71. RGB value is (56,52,113). Sum of RGB (Red+Green+Blue) = 56+52+113=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #383471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383471 is #C7CB8E. Grayscale: #3B3B3B. Windows color (decimal): -13093775 or 7418936. OLE color: 7418936.

HSL color Cylindrical-coordinate representation of color #383471: hue angle of 243.93º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #383471 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5652113-
CMYK0.500.5400.56
HSL243.93º36.97%32.35%-
HSV(B)243.93º53.98%44.31%-
XYZ5.844.4916.18-
YUV60.15157.83125.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 52 (20.70% from 255) = 23.53%
BLUE value IS 113 (44.53% from 255) = 51.13%
R=25.34%
G=23.53%
B=51.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56521130.500.5400.56243.9336.9732.35
Hex3834713236038f42520
Octal706416162660703644540
Binary1110001101001110001110010110110011100011110100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383471; }

 p { color: rgb(56,52,113); }

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

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

 a { background-color: rgb(56,52,113); }

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

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

 span { border-color: rgb(56,52,113); }

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