#381561

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

Shades of Christalle #381561

Tints of Christalle #381561

Color information

#381561 (or 0x381561) is unknown color: approx Christalle. HEX triplet: 38, 15 and 61. RGB value is (56,21,97). Sum of RGB (Red+Green+Blue) = 56+21+97=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 97 (38.28% from 255 or 55.75% from 174); Max value from RGB is 97 - color contains mainly: blue. Hex color #381561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381561 is #C7EA9E. Grayscale: #272727. Windows color (decimal): -13101727 or 6362424. OLE color: 6362424.

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

Color convert

RGB562197-
CMYK0.420.7800.62
HSL267.63º64.41%23.14%-
HSV(B)267.63º78.35%38.04%-
XYZ4.062.2411.53-
YUV40.13160.1139.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 21 (8.59% from 255) = 12.07%
BLUE value IS 97 (38.28% from 255) = 55.75%
R=32.18%
G=12.07%
B=55.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5621970.420.7800.62267.6364.4123.14
Hex3815612A4E03E10c4017
Octal70251415211607641410027
Binary11100010101110000110101010011100111110100001100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381561; }

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

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

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

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

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

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

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

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