#382063

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

Shades of Christalle #382063

Tints of Christalle #382063

Color information

#382063 (or 0x382063) is unknown color: approx Christalle. HEX triplet: 38, 20 and 63. RGB value is (56,32,99). Sum of RGB (Red+Green+Blue) = 56+32+99=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #382063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382063 is #C7DF9C. Grayscale: #2E2E2E. Windows color (decimal): -13098909 or 6496312. OLE color: 6496312.

HSL color Cylindrical-coordinate representation of color #382063: hue angle of 261.49º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #382063 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB563299-
CMYK0.430.6800.61
HSL261.49º51.15%25.69%-
HSV(B)261.49º67.68%38.82%-
XYZ4.42.7712.11-
YUV46.81157.45134.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 99 (39.06% from 255) = 52.94%
R=29.95%
G=17.11%
B=52.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5632990.430.6800.61261.4951.1525.69
Hex3820632B4403D105331a
Octal7040143531040754056332
Binary11100010000011000111010111000100011110110000010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382063; }

 p { color: rgb(56,32,99); }

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

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

 a { background-color: rgb(56,32,99); }

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

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

 span { border-color: rgb(56,32,99); }

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