#381768

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

Shades of Christalle #381768

Tints of Christalle #381768

Color information

#381768 (or 0x381768) is unknown color: approx Christalle. HEX triplet: 38, 17 and 68. RGB value is (56,23,104). Sum of RGB (Red+Green+Blue) = 56+23+104=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #381768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381768 is #C7E897. Grayscale: #292929. Windows color (decimal): -13101208 or 6821688. OLE color: 6821688.

HSL color Cylindrical-coordinate representation of color #381768: hue angle of 264.44º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #381768 is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5623104-
CMYK0.460.7800.59
HSL264.44º63.78%24.9%-
HSV(B)264.44º77.88%40.78%-
XYZ4.442.4513.34-
YUV42.1162.93137.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 23 (9.38% from 255) = 12.57%
BLUE value IS 104 (41.02% from 255) = 56.83%
R=30.60%
G=12.57%
B=56.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56231040.460.7800.59264.4463.7824.9
Hex3817682E4E03B1084019
Octal70271505611607341010031
Binary11100010111110100010111010011100111011100001000100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381768; }

 p { color: rgb(56,23,104); }

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

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

 a { background-color: rgb(56,23,104); }

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

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

 span { border-color: rgb(56,23,104); }

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