#382765

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

Shades of Christalle #382765

Tints of Christalle #382765

Color information

#382765 (or 0x382765) is unknown color: approx Christalle. HEX triplet: 38, 27 and 65. RGB value is (56,39,101). Sum of RGB (Red+Green+Blue) = 56+39+101=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 101 (39.84% from 255 or 51.53% from 196); Max value from RGB is 101 - color contains mainly: blue. Hex color #382765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382765 is #C7D89A. Grayscale: #323232. Windows color (decimal): -13097115 or 6629176. OLE color: 6629176.

HSL color Cylindrical-coordinate representation of color #382765: hue angle of 256.45º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #382765 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5639101-
CMYK0.450.6100.60
HSL256.45º44.29%27.45%-
HSV(B)256.45º61.39%39.61%-
XYZ4.713.2312.69-
YUV51.15156.13131.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 39 (15.62% from 255) = 19.90%
BLUE value IS 101 (39.84% from 255) = 51.53%
R=28.57%
G=19.90%
B=51.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56391010.450.6100.60256.4544.2927.45
Hex3827652D3D03C1002c1b
Octal704714555750744005433
Binary1110001001111100101101101111101011110010000000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382765; }

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

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

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

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

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

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

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

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