#382663

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

Shades of Christalle #382663

Tints of Christalle #382663

Color information

#382663 (or 0x382663) is unknown color: approx Christalle. HEX triplet: 38, 26 and 63. RGB value is (56,38,99). Sum of RGB (Red+Green+Blue) = 56+38+99=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #382663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382663 is #C7D99C. Grayscale: #323232. Windows color (decimal): -13097373 or 6497848. OLE color: 6497848.

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

Color convert

RGB563899-
CMYK0.430.6200.61
HSL257.7º44.53%26.86%-
HSV(B)257.7º61.62%38.82%-
XYZ4.583.1312.17-
YUV50.34155.46132.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 38 (15.23% from 255) = 19.69%
BLUE value IS 99 (39.06% from 255) = 51.30%
R=29.02%
G=19.69%
B=51.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5638990.430.6200.61257.744.5326.86
Hex3826632B3E03D1022d1b
Octal704614353760754025533
Binary1110001001101100011101011111110011110110000001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382663; }

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

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

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

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

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

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

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

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