#380C66

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

Shades of Christalle #380C66

Tints of Christalle #380C66

Color information

#380C66 (or 0x380C66) is unknown color: approx Christalle. HEX triplet: 38, 0C and 66. RGB value is (56,12,102). Sum of RGB (Red+Green+Blue) = 56+12+102=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 102 (40.23% from 255 or 60% from 170); Max value from RGB is 102 - color contains mainly: blue. Hex color #380C66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380C66 is #C7F399. Grayscale: #232323. Windows color (decimal): -13104026 or 6687800. OLE color: 6687800.

HSL color Cylindrical-coordinate representation of color #380C66: hue angle of 269.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #380C66 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5612102-
CMYK0.450.8800.6
HSL269.33º78.95%22.35%-
HSV(B)269.33º88.24%40%-
XYZ4.162.0612.75-
YUV35.42165.58142.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 12 (5.08% from 255) = 7.06%
BLUE value IS 102 (40.23% from 255) = 60%
R=32.94%
G=7.06%
B=60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56121020.450.8800.6269.3378.9522.35
Hex38C662D5803C10d4f16
Octal70141465513007441511726
Binary1110001100110011010110110110000111100100001101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380C66; }

 p { color: rgb(56,12,102); }

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

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

 a { background-color: rgb(56,12,102); }

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

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

 span { border-color: rgb(56,12,102); }

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