#381755

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

Shades of Christalle #381755

Tints of Christalle #381755

Color information

#381755 (or 0x381755) is unknown color: approx Christalle. HEX triplet: 38, 17 and 55. RGB value is (56,23,85). Sum of RGB (Red+Green+Blue) = 56+23+85=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #381755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381755 is #C7E8AA. Grayscale: #272727. Windows color (decimal): -13101227 or 5576504. OLE color: 5576504.

HSL color Cylindrical-coordinate representation of color #381755: hue angle of 271.94º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #381755 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB562385-
CMYK0.340.7300.67
HSL271.94º57.41%21.18%-
HSV(B)271.94º72.94%33.33%-
XYZ3.582.118.81-
YUV39.93153.43139.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.15%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 85 (33.59% from 255) = 51.83%
R=34.15%
G=14.02%
B=51.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5623850.340.7300.67271.9457.4121.18
Hex38175522490431103915
Octal70271254211101034207125
Binary11100010111101010110001010010010100001110001000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381755; }

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

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

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

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

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

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

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

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