#382861

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

Shades of Christalle #382861

Tints of Christalle #382861

Color information

#382861 (or 0x382861) is unknown color: approx Christalle. HEX triplet: 38, 28 and 61. RGB value is (56,40,97). Sum of RGB (Red+Green+Blue) = 56+40+97=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #382861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382861 is #C7D79E. Grayscale: #333333. Windows color (decimal): -13096863 or 6367288. OLE color: 6367288.

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

Color convert

RGB564097-
CMYK0.420.5900.62
HSL256.84º41.61%26.86%-
HSV(B)256.84º58.76%38.04%-
XYZ4.553.2211.69-
YUV51.28153.8131.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 40 (16.02% from 255) = 20.73%
BLUE value IS 97 (38.28% from 255) = 50.26%
R=29.02%
G=20.73%
B=50.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5640970.420.5900.62256.8441.6126.86
Hex3828612A3B03E1012a1b
Octal705014152730764015233
Binary1110001010001100001101010111011011111010000000110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382861; }

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

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

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

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

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

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

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

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