#381A61

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

Shades of Christalle #381A61

Tints of Christalle #381A61

Color information

#381A61 (or 0x381A61) is unknown color: approx Christalle. HEX triplet: 38, 1A and 61. RGB value is (56,26,97). Sum of RGB (Red+Green+Blue) = 56+26+97=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 97 (38.28% from 255 or 54.19% from 179); Max value from RGB is 97 - color contains mainly: blue. Hex color #381A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381A61 is #C7E59E. Grayscale: #2A2A2A. Windows color (decimal): -13100447 or 6363704. OLE color: 6363704.

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

Color convert

RGB562697-
CMYK0.420.7300.62
HSL265.35º57.72%24.12%-
HSV(B)265.35º73.2%38.04%-
XYZ4.162.4411.56-
YUV43.06158.44137.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.28%
GREEN value IS 26 (10.55% from 255) = 14.53%
BLUE value IS 97 (38.28% from 255) = 54.19%
R=31.28%
G=14.53%
B=54.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5626970.420.7300.62265.3557.7224.12
Hex381A612A4903E1093a18
Octal7032141521110764117230
Binary1110001101011000011010101001001011111010000100111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381A61; }

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

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

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

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

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

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

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

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