#381669

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

Shades of Christalle #381669

Tints of Christalle #381669

Color information

#381669 (or 0x381669) is unknown color: approx Christalle. HEX triplet: 38, 16 and 69. RGB value is (56,22,105). Sum of RGB (Red+Green+Blue) = 56+22+105=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #381669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381669 is #C7E996. Grayscale: #292929. Windows color (decimal): -13101463 or 6886968. OLE color: 6886968.

HSL color Cylindrical-coordinate representation of color #381669: hue angle of 264.58º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #381669 is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5622105-
CMYK0.470.7900.59
HSL264.58º65.35%24.9%-
HSV(B)264.58º79.05%41.18%-
XYZ4.472.4313.6-
YUV41.63163.76138.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 22 (8.98% from 255) = 12.02%
BLUE value IS 105 (41.41% from 255) = 57.38%
R=30.60%
G=12.02%
B=57.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56221050.470.7900.59264.5865.3524.9
Hex3816692F4F03B1094119
Octal70261515711707341110131
Binary11100010110110100110111110011110111011100001001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381669; }

 p { color: rgb(56,22,105); }

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

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

 a { background-color: rgb(56,22,105); }

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

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

 span { border-color: rgb(56,22,105); }

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