#381E55

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

Shades of Christalle #381E55

Tints of Christalle #381E55

Color information

#381E55 (or 0x381E55) is unknown color: approx Christalle. HEX triplet: 38, 1E and 55. RGB value is (56,30,85). Sum of RGB (Red+Green+Blue) = 56+30+85=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #381E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381E55 is #C7E1AA. Grayscale: #2B2B2B. Windows color (decimal): -13099435 or 5578296. OLE color: 5578296.

HSL color Cylindrical-coordinate representation of color #381E55: hue angle of 268.36º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #381E55 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB563085-
CMYK0.340.6500.67
HSL268.36º47.83%22.55%-
HSV(B)268.36º64.71%33.33%-
XYZ3.732.438.87-
YUV44.04151.11136.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.75%
GREEN value IS 30 (12.11% from 255) = 17.54%
BLUE value IS 85 (33.59% from 255) = 49.71%
R=32.75%
G=17.54%
B=49.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5630850.340.6500.67268.3647.8322.55
Hex381E55224104310c3017
Octal70361254210101034146027
Binary11100011110101010110001010000010100001110000110011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381E55; }

 p { color: rgb(56,30,85); }

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

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

 a { background-color: rgb(56,30,85); }

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

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

 span { border-color: rgb(56,30,85); }

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