#381061

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

Shades of Christalle #381061

Tints of Christalle #381061

Color information

#381061 (or 0x381061) is unknown color: approx Christalle. HEX triplet: 38, 10 and 61. RGB value is (56,16,97). Sum of RGB (Red+Green+Blue) = 56+16+97=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #381061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381061 is #C7EF9E. Grayscale: #242424. Windows color (decimal): -13103007 or 6361144. OLE color: 6361144.

HSL color Cylindrical-coordinate representation of color #381061: hue angle of 269.63º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #381061 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB561697-
CMYK0.420.8400.62
HSL269.63º71.68%22.16%-
HSV(B)269.63º83.51%38.04%-
XYZ3.972.0711.5-
YUV37.19161.75141.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.14%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 97 (38.28% from 255) = 57.40%
R=33.14%
G=9.47%
B=57.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5616970.420.8400.62269.6371.6822.16
Hex3810612A5403E10e4816
Octal70201415212407641611026
Binary11100010000110000110101010101000111110100001110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381061; }

 p { color: rgb(56,16,97); }

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

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

 a { background-color: rgb(56,16,97); }

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

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

 span { border-color: rgb(56,16,97); }

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