#381959

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

Shades of Christalle #381959

Tints of Christalle #381959

Color information

#381959 (or 0x381959) is unknown color: approx Christalle. HEX triplet: 38, 19 and 59. RGB value is (56,25,89). Sum of RGB (Red+Green+Blue) = 56+25+89=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #381959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381959 is #C7E6A6. Grayscale: #292929. Windows color (decimal): -13100711 or 5839160. OLE color: 5839160.

HSL color Cylindrical-coordinate representation of color #381959: hue angle of 269.06º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #381959 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB562589-
CMYK0.370.7200.65
HSL269.06º56.14%22.35%-
HSV(B)269.06º71.91%34.9%-
XYZ3.782.269.69-
YUV41.56154.77138.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 25 (10.16% from 255) = 14.71%
BLUE value IS 89 (35.16% from 255) = 52.35%
R=32.94%
G=14.71%
B=52.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5625890.370.7200.65269.0656.1422.35
Hex381959254804110d3816
Octal70311314511001014157026
Binary11100011001101100110010110010000100000110000110111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381959; }

 p { color: rgb(56,25,89); }

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

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

 a { background-color: rgb(56,25,89); }

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

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

 span { border-color: rgb(56,25,89); }

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