#381F61

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

Shades of Christalle #381F61

Tints of Christalle #381F61

Color information

#381F61 (or 0x381F61) is unknown color: approx Christalle. HEX triplet: 38, 1F and 61. RGB value is (56,31,97). Sum of RGB (Red+Green+Blue) = 56+31+97=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 97 (38.28% from 255 or 52.72% from 184); Max value from RGB is 97 - color contains mainly: blue. Hex color #381F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381F61 is #C7E09E. Grayscale: #2D2D2D. Windows color (decimal): -13099167 or 6364984. OLE color: 6364984.

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

Color convert

RGB563197-
CMYK0.420.6800.62
HSL262.73º51.56%25.1%-
HSV(B)262.73º68.04%38.04%-
XYZ4.282.6811.6-
YUV46156.78135.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 31 (12.5% from 255) = 16.85%
BLUE value IS 97 (38.28% from 255) = 52.72%
R=30.43%
G=16.85%
B=52.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5631970.420.6800.62262.7351.5625.1
Hex381F612A4403E1073419
Octal7037141521040764076431
Binary1110001111111000011010101000100011111010000011111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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