#381363

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

Shades of Christalle #381363

Tints of Christalle #381363

Color information

#381363 (or 0x381363) is unknown color: approx Christalle. HEX triplet: 38, 13 and 63. RGB value is (56,19,99). Sum of RGB (Red+Green+Blue) = 56+19+99=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 99 (39.06% from 255 or 56.90% from 174); Max value from RGB is 99 - color contains mainly: blue. Hex color #381363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381363 is #C7EC9C. Grayscale: #262626. Windows color (decimal): -13102237 or 6492984. OLE color: 6492984.

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

Color convert

RGB561999-
CMYK0.430.8100.61
HSL267.75º67.8%23.14%-
HSV(B)267.75º80.81%38.82%-
XYZ4.122.2112.01-
YUV39.18161.76140-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 19 (7.81% from 255) = 10.92%
BLUE value IS 99 (39.06% from 255) = 56.90%
R=32.18%
G=10.92%
B=56.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5619990.430.8100.61267.7567.823.14
Hex3813632B5103D10c4417
Octal70231435312107541410427
Binary11100010011110001110101110100010111101100001100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381363; }

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

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

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

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

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

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

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

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