#381E6C

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

Shades of Christalle #381E6C

Tints of Christalle #381E6C

Color information

#381E6C (or 0x381E6C) is unknown color: approx Christalle. HEX triplet: 38, 1E and 6C. RGB value is (56,30,108). Sum of RGB (Red+Green+Blue) = 56+30+108=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #381E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381E6C is #C7E193. Grayscale: #2E2E2E. Windows color (decimal): -13099412 or 7085624. OLE color: 7085624.

HSL color Cylindrical-coordinate representation of color #381E6C: hue angle of 260º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #381E6C is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5630108-
CMYK0.480.7200.58
HSL260º56.52%27.06%-
HSV(B)260º72.22%42.35%-
XYZ4.82.8514.48-
YUV46.67162.61134.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 30 (12.11% from 255) = 15.46%
BLUE value IS 108 (42.58% from 255) = 55.67%
R=28.87%
G=15.46%
B=55.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56301080.480.7200.5826056.5227.06
Hex381E6C304803A104391b
Octal7036154601100724047133
Binary1110001111011011001100001001000011101010000010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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