#382358

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

Shades of Christalle #382358

Tints of Christalle #382358

Color information

#382358 (or 0x382358) is unknown color: approx Christalle. HEX triplet: 38, 23 and 58. RGB value is (56,35,88). Sum of RGB (Red+Green+Blue) = 56+35+88=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #382358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382358 is #C7DCA7. Grayscale: #2F2F2F. Windows color (decimal): -13098152 or 5776184. OLE color: 5776184.

HSL color Cylindrical-coordinate representation of color #382358: hue angle of 263.77º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #382358 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB563588-
CMYK0.360.6000.65
HSL263.77º43.09%24.12%-
HSV(B)263.77º60.23%34.51%-
XYZ3.992.759.55-
YUV47.32150.96134.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.28%
GREEN value IS 35 (14.06% from 255) = 19.55%
BLUE value IS 88 (34.77% from 255) = 49.16%
R=31.28%
G=19.55%
B=49.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5635880.360.6000.65263.7743.0924.12
Hex382358243C0411082b18
Octal7043130447401014105330
Binary11100010001110110001001001111000100000110000100010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382358; }

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

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

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

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

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

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

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

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