#381B61

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

Shades of Christalle #381B61

Tints of Christalle #381B61

Color information

#381B61 (or 0x381B61) is unknown color: approx Christalle. HEX triplet: 38, 1B and 61. RGB value is (56,27,97). Sum of RGB (Red+Green+Blue) = 56+27+97=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 27 (10.94% from 255 or 15% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #381B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381B61 is #C7E49E. Grayscale: #2B2B2B. Windows color (decimal): -13100191 or 6363960. OLE color: 6363960.

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

Color convert

RGB562797-
CMYK0.420.7200.62
HSL264.86º56.45%24.31%-
HSV(B)264.86º72.16%38.04%-
XYZ4.182.4911.57-
YUV43.65158.11136.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 27 (10.94% from 255) = 15%
BLUE value IS 97 (38.28% from 255) = 53.89%
R=31.11%
G=15%
B=53.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5627970.420.7200.62264.8656.4524.31
Hex381B612A4803E1093818
Octal7033141521100764117030
Binary1110001101111000011010101001000011111010000100111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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