#381960

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

Shades of Christalle #381960

Tints of Christalle #381960

Color information

#381960 (or 0x381960) is unknown color: approx Christalle. HEX triplet: 38, 19 and 60. RGB value is (56,25,96). Sum of RGB (Red+Green+Blue) = 56+25+96=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #381960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381960 is #C7E69F. Grayscale: #2A2A2A. Windows color (decimal): -13100704 or 6297912. OLE color: 6297912.

HSL color Cylindrical-coordinate representation of color #381960: hue angle of 266.2º 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 #381960 is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB562596-
CMYK0.420.7400.62
HSL266.2º58.68%23.73%-
HSV(B)266.2º73.96%37.65%-
XYZ4.092.3811.31-
YUV42.36158.27137.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.64%
GREEN value IS 25 (10.16% from 255) = 14.12%
BLUE value IS 96 (37.89% from 255) = 54.24%
R=31.64%
G=14.12%
B=54.24%

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
Decimal5625960.420.7400.62266.258.6823.73
Hex3819602A4A03E10a3b18
Octal7031140521120764127330
Binary1110001100111000001010101001010011111010000101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381960; }

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

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

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

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

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

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

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

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