#381859

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

Shades of Christalle #381859

Tints of Christalle #381859

Color information

#381859 (or 0x381859) is unknown color: approx Christalle. HEX triplet: 38, 18 and 59. RGB value is (56,24,89). Sum of RGB (Red+Green+Blue) = 56+24+89=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #381859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381859 is #C7E7A6. Grayscale: #282828. Windows color (decimal): -13100967 or 5838904. OLE color: 5838904.

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

Color convert

RGB562489-
CMYK0.370.7300.65
HSL269.54º57.52%22.16%-
HSV(B)269.54º73.03%34.9%-
XYZ3.762.229.68-
YUV40.98155.1138.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.14%
GREEN value IS 24 (9.77% from 255) = 14.20%
BLUE value IS 89 (35.16% from 255) = 52.66%
R=33.14%
G=14.20%
B=52.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5624890.370.7300.65269.5457.5222.16
Hex381859254904110e3a16
Octal70301314511101014167226
Binary11100011000101100110010110010010100000110000111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381859; }

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

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

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

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

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

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

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

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