#381961

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

Shades of Christalle #381961

Tints of Christalle #381961

Color information

#381961 (or 0x381961) is unknown color: approx Christalle. HEX triplet: 38, 19 and 61. RGB value is (56,25,97). Sum of RGB (Red+Green+Blue) = 56+25+97=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #381961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381961 is #C7E69E. Grayscale: #2A2A2A. Windows color (decimal): -13100703 or 6363448. OLE color: 6363448.

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

Color convert

RGB562597-
CMYK0.420.7400.62
HSL265.83º59.02%23.92%-
HSV(B)265.83º74.23%38.04%-
XYZ4.142.411.55-
YUV42.48158.77137.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.46%
GREEN value IS 25 (10.16% from 255) = 14.04%
BLUE value IS 97 (38.28% from 255) = 54.49%
R=31.46%
G=14.04%
B=54.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5625970.420.7400.62265.8359.0223.92
Hex3819612A4A03E10a3b18
Octal7031141521120764127330
Binary1110001100111000011010101001010011111010000101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381961; }

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

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

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

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

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

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

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

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