#382768

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

Shades of Christalle #382768

Tints of Christalle #382768

Color information

#382768 (or 0x382768) is unknown color: approx Christalle. HEX triplet: 38, 27 and 68. RGB value is (56,39,104). Sum of RGB (Red+Green+Blue) = 56+39+104=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #382768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382768 is #C7D897. Grayscale: #333333. Windows color (decimal): -13097112 or 6825784. OLE color: 6825784.

HSL color Cylindrical-coordinate representation of color #382768: hue angle of 255.69º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #382768 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5639104-
CMYK0.460.6200.59
HSL255.69º45.45%28.04%-
HSV(B)255.69º62.5%40.78%-
XYZ4.863.2913.48-
YUV51.49157.63131.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.14%
GREEN value IS 39 (15.62% from 255) = 19.60%
BLUE value IS 104 (41.02% from 255) = 52.26%
R=28.14%
G=19.60%
B=52.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56391040.460.6200.59255.6945.4528.04
Hex3827682E3E03B1002d1c
Octal704715056760734005534
Binary1110001001111101000101110111110011101110000000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382768; }

 p { color: rgb(56,39,104); }

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

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

 a { background-color: rgb(56,39,104); }

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

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

 span { border-color: rgb(56,39,104); }

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