#381E6A

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

Shades of Christalle #381E6A

Tints of Christalle #381E6A

Color information

#381E6A (or 0x381E6A) is unknown color: approx Christalle. HEX triplet: 38, 1E and 6A. RGB value is (56,30,106). Sum of RGB (Red+Green+Blue) = 56+30+106=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 106 (41.80% from 255 or 55.21% from 192); Max value from RGB is 106 - color contains mainly: blue. Hex color #381E6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381E6A is #C7E195. Grayscale: #2E2E2E. Windows color (decimal): -13099414 or 6954552. OLE color: 6954552.

HSL color Cylindrical-coordinate representation of color #381E6A: hue angle of 260.53º degrees, saturation: 0.56, 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 #381E6A is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5630106-
CMYK0.470.7200.58
HSL260.53º55.88%26.67%-
HSV(B)260.53º71.7%41.57%-
XYZ4.72.8113.93-
YUV46.44161.61134.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 30 (12.11% from 255) = 15.62%
BLUE value IS 106 (41.80% from 255) = 55.21%
R=29.17%
G=15.62%
B=55.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56301060.470.7200.58260.5355.8826.67
Hex381E6A2F4803A105381b
Octal7036152571100724057033
Binary1110001111011010101011111001000011101010000010111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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