#382560

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

Shades of Christalle #382560

Tints of Christalle #382560

Color information

#382560 (or 0x382560) is unknown color: approx Christalle. HEX triplet: 38, 25 and 60. RGB value is (56,37,96). Sum of RGB (Red+Green+Blue) = 56+37+96=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #382560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382560 is #C7DA9F. Grayscale: #313131. Windows color (decimal): -13097632 or 6300984. OLE color: 6300984.

HSL color Cylindrical-coordinate representation of color #382560: hue angle of 259.32º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #382560 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB563796-
CMYK0.420.6100.62
HSL259.32º44.36%26.08%-
HSV(B)259.32º61.46%37.65%-
XYZ4.43.0111.41-
YUV49.41154.29132.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.63%
GREEN value IS 37 (14.84% from 255) = 19.58%
BLUE value IS 96 (37.89% from 255) = 50.79%
R=29.63%
G=19.58%
B=50.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5637960.420.6100.62259.3244.3626.08
Hex3825602A3D03E1032c1a
Octal704514052750764035432
Binary1110001001011100000101010111101011111010000001110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382560; }

 p { color: rgb(56,37,96); }

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

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

 a { background-color: rgb(56,37,96); }

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

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

 span { border-color: rgb(56,37,96); }

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