#381A6C

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

Shades of Christalle #381A6C

Tints of Christalle #381A6C

Color information

#381A6C (or 0x381A6C) is unknown color: approx Christalle. HEX triplet: 38, 1A and 6C. RGB value is (56,26,108). Sum of RGB (Red+Green+Blue) = 56+26+108=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #381A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381A6C is #C7E593. Grayscale: #2C2C2C. Windows color (decimal): -13100436 or 7084600. OLE color: 7084600.

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

Color convert

RGB5626108-
CMYK0.480.7600.58
HSL261.95º61.19%26.27%-
HSV(B)261.95º75.93%42.35%-
XYZ4.712.6614.45-
YUV44.32163.94136.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.47%
GREEN value IS 26 (10.55% from 255) = 13.68%
BLUE value IS 108 (42.58% from 255) = 56.84%
R=29.47%
G=13.68%
B=56.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56261080.480.7600.58261.9561.1926.27
Hex381A6C304C03A1063d1a
Octal7032154601140724067532
Binary1110001101011011001100001001100011101010000011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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