#382558

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

Shades of Christalle #382558

Tints of Christalle #382558

Color information

#382558 (or 0x382558) is unknown color: approx Christalle. HEX triplet: 38, 25 and 58. RGB value is (56,37,88). Sum of RGB (Red+Green+Blue) = 56+37+88=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #382558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382558 is #C7DAA7. Grayscale: #303030. Windows color (decimal): -13097640 or 5776696. OLE color: 5776696.

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

Color convert

RGB563788-
CMYK0.360.5800.65
HSL262.35º40.8%24.51%-
HSV(B)262.35º57.95%34.51%-
XYZ4.052.879.57-
YUV48.49150.29133.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 37 (14.84% from 255) = 20.44%
BLUE value IS 88 (34.77% from 255) = 48.62%
R=30.94%
G=20.44%
B=48.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5637880.360.5800.65262.3540.824.51
Hex382558243A0411062919
Octal7045130447201014065131
Binary11100010010110110001001001110100100000110000011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382558; }

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

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

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

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

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

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

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

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