#382258

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

Shades of Christalle #382258

Tints of Christalle #382258

Color information

#382258 (or 0x382258) is unknown color: approx Christalle. HEX triplet: 38, 22 and 58. RGB value is (56,34,88). Sum of RGB (Red+Green+Blue) = 56+34+88=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #382258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382258 is #C7DDA7. Grayscale: #2E2E2E. Windows color (decimal): -13098408 or 5775928. OLE color: 5775928.

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

Color convert

RGB563488-
CMYK0.360.6100.65
HSL264.44º44.26%23.92%-
HSV(B)264.44º61.36%34.51%-
XYZ3.962.699.54-
YUV46.73151.29134.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.46%
GREEN value IS 34 (13.67% from 255) = 19.10%
BLUE value IS 88 (34.77% from 255) = 49.44%
R=31.46%
G=19.10%
B=49.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5634880.360.6100.65264.4444.2623.92
Hex382258243D0411082c18
Octal7042130447501014105430
Binary11100010001010110001001001111010100000110000100010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382258; }

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

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

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

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

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

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

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

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