#381E61

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

Shades of Christalle #381E61

Tints of Christalle #381E61

Color information

#381E61 (or 0x381E61) is unknown color: approx Christalle. HEX triplet: 38, 1E and 61. RGB value is (56,30,97). Sum of RGB (Red+Green+Blue) = 56+30+97=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #381E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381E61 is #C7E19E. Grayscale: #2D2D2D. Windows color (decimal): -13099423 or 6364728. OLE color: 6364728.

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

Color convert

RGB563097-
CMYK0.420.6900.62
HSL263.28º52.76%24.9%-
HSV(B)263.28º69.07%38.04%-
XYZ4.252.6311.59-
YUV45.41157.11135.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 30 (12.11% from 255) = 16.39%
BLUE value IS 97 (38.28% from 255) = 53.01%
R=30.60%
G=16.39%
B=53.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5630970.420.6900.62263.2852.7624.9
Hex381E612A4503E1073519
Octal7036141521050764076531
Binary1110001111011000011010101000101011111010000011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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